Skip to content
New issue

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

Allow modifying of the log verbosity #123

Closed
LukeHandle opened this issue Dec 12, 2014 · 1 comment
Closed

Allow modifying of the log verbosity #123

LukeHandle opened this issue Dec 12, 2014 · 1 comment

Comments

@LukeHandle
Copy link
Member

A new config option accepting INFO, ERROR etc. which calls https://github.com/op/go-logging SetLevel.

I believe it needs to be a "Leveled Backend"

Possibly print the configured verbosity at start-up?

@LukeHandle
Copy link
Member Author

Completed in 78aa6f0

(ready for release 2.9)

LukeHandle added a commit that referenced this issue Oct 10, 2015
Configurable logging level (default in config is NOTICE, if not set will default to INFO) #123
  DEBUG will show skin failures
  INFO will log individual requests
  NOTICE will show useful start information and be fairly quiet
Adjust the way stats are reported, add an errored section #159
  Requested is recorded as soon as we establish what is desired (before anything is returned)
  Errors are recorded when we fail to fetch a skin or we have an internal error
Add CORS headers to all responses #167
Handle "MHF_Steve" internally to deprecate "char" #149
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant