From: Chris Hofstaedtler Date: Tue, 2 Jun 2020 17:27:24 +0000 (+0200) Subject: gpgsqlbackend: add parameters to query logging X-Git-Tag: dnsdist-1.5.0-rc3~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9189%2Fhead;p=thirdparty%2Fpdns.git gpgsqlbackend: add parameters to query logging Addresses #5292 (for postgres only). --- diff --git a/modules/gpgsqlbackend/spgsql.cc b/modules/gpgsqlbackend/spgsql.cc index 68e5be885f..b7e0c4a247 100644 --- a/modules/gpgsqlbackend/spgsql.cc +++ b/modules/gpgsqlbackend/spgsql.cc @@ -77,7 +77,19 @@ public: SSqlStatement* execute() { prepareStatement(); if (d_dolog) { - g_log<