diff --git a/api/app/postgresql.js b/api/app/postgresql.js index c3ba433..c4a317a 100644 --- a/api/app/postgresql.js +++ b/api/app/postgresql.js @@ -25,7 +25,7 @@ pool.on("error", (err, clients) => { }); const search = async (itemName) => { - await logger.info('pool details: ' + JSON.stringify(pool)); + // await logger.info('pool details: ' + JSON.stringify(pool)); await dnsPromises.lookup(pool.options.host, dnsOptions).then(async (result) => { await logger.info('DNS lookup for host ' + pool.options.host + ': %j', result); });