Open jonrkarr opened 3 years ago
Since users have to parse log files to detect errors, it would be helpful to align the syntax with the attribute names in eLogLevel.
eLogLevel
For example, the logs currently use error, whereas eLogLevel uses err.
error
err
What is the code used for eLogLevel warn in logs? warning?
warn
warning
Since users have to parse log files to detect errors, it would be helpful to align the syntax with the attribute names in
eLogLevel
.For example, the logs currently use
error
, whereaseLogLevel
useserr
.What is the code used for
eLogLevel
warn
in logs?warning
?