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 could be useful to filter logs returned to a client by a minimum severity. So for example, if I pass severity=warning to the back-end, it should only return warnings and errors, but not info or debug messages.
It could be useful to filter logs returned to a client by a minimum severity. So for example, if I pass
severity=warningto the back-end, it should only return warnings and errors, but not info or debug messages.