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
Should not this
countly-server/api/utils/log.js
Lines 66 to 71 in 59c9403
be rewritten as this?
const ACCEPTABLE = { d: ['debug', 'info', 'warn', 'error'], i: ['info', 'warn', 'error'], w: ['warn', 'error'], e: ['error'], };
When we set logger level to debug we want all logs of all levels to be shown. And when we set to error we want only errors to be shown.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should not this
countly-server/api/utils/log.js
Lines 66 to 71 in 59c9403
be rewritten as this?
When we set logger level to debug we want all logs of all levels to be shown. And when we set to error we want only errors to be shown.
The text was updated successfully, but these errors were encountered: