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
I wnat to change logger level. I try set logger: new CLogger({name: "custom-logger", visible: ['info']}). There was no reaction. Log level remains.
In router.js script use utils.logger() so I can't redefine it.
I'm new in node, so is there a way to set my own logger?
The text was updated successfully, but these errors were encountered:
Have the same issue. It's possible to do something like
VISIBLE=info,warn,error node your-server.js
Found in the source of node-clogger, but yeah, doesn't look like the logger itself is overridable at the moment.
Sorry, something went wrong.
No branches or pull requests
I wnat to change logger level. I try set logger: new CLogger({name: "custom-logger", visible: ['info']}). There was no reaction. Log level remains.
In router.js script use utils.logger() so I can't redefine it.
I'm new in node, so is there a way to set my own logger?
The text was updated successfully, but these errors were encountered: