porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.04k stars 257 forks source link

Improve `onnotice` to actually not log anything when its config value is `false` #829

Closed hughcrt closed 1 month ago

hughcrt commented 3 months ago

This options can also accept false as a value, not only a function

hughcrt commented 2 months ago

Hi @porsager, could you please merge this PR?

porsager commented 1 month ago

A noop function () => {} is fine imo to ignore output