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
The expected behavior is log levels follow standard levels and errors be logged as "error" as opposed to "eror." For example, the LevelAlignedString properly assigns slog.LevelError as ERROR however LevelString is assigning it as eror
Steps to reproduce the behaviour
Backtrace
[backtrace]
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered:
System information
Geth version:
geth version
CL client & version: e.g. lighthouse/nimbus/[email protected]
OS & Version: Windows/Linux/OSX
Commit hash : (if
develop
)Expected behaviour
When parsing through logs for errors, there is an inconsistency between the log level vs. standards. See: https://github.com/ethereum/go-ethereum/blob/master/log/logger.go
Actual behaviour
The expected behavior is log levels follow standard levels and errors be logged as "error" as opposed to "eror." For example, the
LevelAlignedString
properly assignsslog.LevelError
asERROR
howeverLevelString
is assigning it aseror
Steps to reproduce the behaviour
Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: