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
The extension currently only accepts correctly capitalized log level values.
For example, the value DEBUG is ignored (and it falls back to trace), because the extension expects the value debug instead.
We need to lowercase the log level values before using them.