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_LEVEL=debug will enable all logs (including all debug logs), and then via LOG_DEBUG we can only decide which namespaces should not be shown (e.g. LOG_LEVEL=debug LOG_DEBUG=-db will result in showing all debug logs aside of those coming from db namespace)
LOG_LEVEL=info will enable all logs down to info level, then via LOG_DEBUG we can decide for which namespaces also debug level logs should be shown
I don't know if this is intentional, but when LOG_LEVEL is set to "debug" or "info", LOG_DEBUG is ignored.
The text was updated successfully, but these errors were encountered: