We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be a way to disable these notices:
Because not everyone wants it in their applications.
The text was updated successfully, but these errors were encountered:
I agree. Logs should be totally optional, it is up to the developer to decide whether they want their stdout to be altered by other packages.
stdout
Sorry, something went wrong.
+1 it breaks the logs and looks ugly
If anyone needs a quick fix
// Hiding notice warnings import { parseNotice } from "postgres/connection/warning.ts" import { Connection } from "postgres/connection/connection.ts" (Connection.prototype as any).processNotice = function(msg: any): any { return parseNotice(msg) }
Any new quick fixes for disabling notices? Really annoying having them show up in my logs. The skipping notices are getting on my nerves to no end.
No branches or pull requests
There should be a way to disable these notices:
Because not everyone wants it in their applications.
The text was updated successfully, but these errors were encountered: