Debug label not intuitive, should be log prefix? #6
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Expected Behaviour
test.js
:DEBUG=myapp node test.js
=> should printyo!
Actual Behaviour
Need to add a
*
to the DEBUG env varDEBUG=myapp* node test.js
=> printsyo!
This is because the debug label is extended with action name and log level
suggestion: preserve the user given debug key but add a string prefix to each log message
The text was updated successfully, but these errors were encountered: