Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.0
-
Security Level: Public
-
None
-
CBG Sprint 95
-
1
Description
Problem
The behavior to enable console logging at info-level only when a log key is set is not working in 3.0
To enable console logging in 3.0, users must also specify a console log level, e.g. "log_level": "info"
repro
- Start SG with a log key defined, but no other console log settings.
- Observe there are no logs... Setting a log key should enable info logging.
proposed fix
DefaultStartupConfig should not be explicitly setting the Console log level to None to allow for the handling inside ConsoleLoggerConfig.Init()