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
log.trace() will be undefined. This is because these methods are defined while requiring the module, with no chances to update the levels or aliases before.
Maybe the methods should be redefined while calling setConfig().
The text was updated successfully, but these errors were encountered:
Let's say you add an additional level like this:
log.trace()
will be undefined. This is because these methods are defined while requiring the module, with no chances to update the levels or aliases before.Maybe the methods should be redefined while calling
setConfig()
.The text was updated successfully, but these errors were encountered: