Created
June 15, 2013 14:36
-
-
Save lukemelia/5788348 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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