Add Trace level logging
This commit is contained in:
committed by
Loren Osborn
parent
4981d8161c
commit
c7a33dc5de
@@ -87,7 +87,8 @@ 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. Usually only enabled when debugging. Very verbose logging.
|
||||
// Usually reserved for message traces.
|
||||
TraceLevel
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user