Added trace log level.
This commit is contained in:
committed by
Loren Osborn
parent
c7a33dc5de
commit
ef9d84e9b3
@@ -87,8 +87,7 @@ const (
|
||||
InfoLevel
|
||||
// DebugLevel level. Usually only enabled when debugging. Very verbose logging.
|
||||
DebugLevel
|
||||
// TraceLevel level. Usually only enabled when debugging. Very verbose logging.
|
||||
// Usually reserved for message traces.
|
||||
// TraceLevel level. Designates finer-grained informational events than the Debug.
|
||||
TraceLevel
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user