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
logrus allows changing log level with log.SetLevel(*level*) (see doc).
log.SetLevel(*level*)
gowarc should expose this feature through the config file and command argument in root to allow users to change it for each session.
-log-level=warn
The text was updated successfully, but these errors were encountered:
nlnwa#21: allow user to configure log level
e439e63
7a33770
Successfully merging a pull request may close this issue.
Description
logrus allows changing log level with
log.SetLevel(*level*)
(see doc).gowarc should expose this feature through the config file and command argument in root to allow users to change it for each session.
Changes
-log-level=warn
The text was updated successfully, but these errors were encountered: