You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be enable control-override of the createLoggerlevel option.
This setting ought to be controlled using environment variables, e.g. BUNYAN_LOG_LEVEL. This way it would be possible to enable different log levels without tracing down every instance of createLogger or leaving it up to the developer to respect the suggested BUNYAN_LOG_LEVEL setting.
The text was updated successfully, but these errors were encountered:
is that you then leave it up to the developers to enforce a consistent standard. Which is fine. On the other hand, modules such as debug focus on standardising conventions, which ... at the level of debugging libraries, has been tremendously useful.
It would be useful to be enable control-override of the
createLogger
level
option.This setting ought to be controlled using environment variables, e.g.
BUNYAN_LOG_LEVEL
. This way it would be possible to enable different log levels without tracing down every instance ofcreateLogger
or leaving it up to the developer to respect the suggestedBUNYAN_LOG_LEVEL
setting.The text was updated successfully, but these errors were encountered: