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
According to the docs info, warn, error and debug messages should be logged.
info
warn
error
debug
Currently debug messages don't get through because winston's log level is set to verbose (instead of debug), i.e. one level too low: Logging Levels.
verbose
The text was updated successfully, but these errors were encountered:
Set Winston log level to "debug"
970ee51
Fixes volumio#74
Successfully merging a pull request may close this issue.
According to the docs
info
,warn
,error
anddebug
messages should be logged.Currently
debug
messages don't get through because winston's log level is set toverbose
(instead ofdebug
), i.e. one level too low: Logging Levels.The text was updated successfully, but these errors were encountered: