Skip to content

Commit

Permalink
remove stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollard committed Feb 9, 2024
1 parent fd606f1 commit c941dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/postgresql.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit c941dd8

Please sign in to comment.