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
Using the instructions for VERCEL, and setting enabled: false in the pino options still causes logs to flow to logflare
const logger = pino({ browser: { transmit: { level: "info", send: send, } }, enabled: false, }, stream);
The text was updated successfully, but these errors were encountered:
What's the goal here? Just send client side logs?
Sorry, something went wrong.
Idea was to switch it on and off based on prod/preview/dev
No branches or pull requests
Using the instructions for VERCEL, and setting enabled: false in the pino options still causes logs to flow to logflare
The text was updated successfully, but these errors were encountered: