Skip to content

Instantly share code, notes, and snippets.

@lukemelia
Created June 15, 2013 14:36
Show Gist options
  • Save lukemelia/5788348 to your computer and use it in GitHub Desktop.
Save lukemelia/5788348 to your computer and use it in GitHub Desktop.
LOG_LEVEL = 'debug'
Logs everything at a debug level. Defaults to 'warn'.
Outputs: 'Global log level set to "debug". This may be overwhelming.
To focus detailed logging, set log level directly on one of the following:
ROUTER_TRANSITIONS_LOG_LEVEL, ACTIVE_GENERATION_LOG_LEVEL, VIEW_LOOKUP_LOG_LEVEL, ...
When logging is output, the category is included:
[ROUTER_TRANSITIONS] Transitioned to `yapps.yapp.index`
[ACTIVE_GENERATION] Blah blah blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment