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
If there is an empty LEVEL parameter in log.* section, the main log level is not honored.
This is the app.ini setttings:
[log]
ROOT_PATH =
; Either "console", "file", "conn", "smtp" or "database", default is "console"
; Use comma to separate multiple modes, e.g. "console, file"
MODE = console
; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Trace"
LEVEL = Trace
[log.console]
LEVEL =
STDERR = false
In this case only >INFO logs are displayed. because missing value is use the default info level. if no LEVEL in log.console, trace is active.
If this is a normal behavior, it sould be documented. and in the example config all sub log section have LEVEL, so the [log] LEVEL settings are ignored.
The text was updated successfully, but these errors were encountered:
[x]
):no
Description
If there is an empty LEVEL parameter in log.* section, the main log level is not honored.
This is the app.ini setttings:
In this case only >INFO logs are displayed. because missing value is use the default info level. if no LEVEL in log.console, trace is active.
If this is a normal behavior, it sould be documented. and in the example config all sub log section have LEVEL, so the [log] LEVEL settings are ignored.
The text was updated successfully, but these errors were encountered: