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
Is your feature request related to a problem? Please describe.
With larger applications it can be easier to have just a single scope logging while you debug, etc.
Describe the solution you'd like
log.update({scope: 'a:b:c'});// Only a:b:c scopelog.update({scope: 'a:*'});// `a` and all child scopeslog.update({scope: '*'});// Default value
Is your feature request related to a problem? Please describe.
With larger applications it can be easier to have just a single scope logging while you debug, etc.
Describe the solution you'd like
The suggested way to use this would be like so.
Additional context
Essentially I want the namespace filter debug has.
The text was updated successfully, but these errors were encountered: