Open bkiran6398 opened 7 months ago
Either debug flag or a valid loglevel string is expected to be set to determine the log level of application. When both are set, setLogLevel method returns an error which is handled in ConfigInit.
debug
loglevel
setLogLevel
ConfigInit
@mergifyio rebase
rebase
See the checks for a legitimate unit test failure caused by this change.
Type of change
Description
Either
debug
flag or a validloglevel
string is expected to be set to determine the log level of application. When both are set,setLogLevel
method returns an error which is handled inConfigInit
.