Fixup initial levels
This commit is contained in:
parent
f691252ca8
commit
ecb6bb5277
|
|
@ -33,4 +33,9 @@ const (
|
|||
ProviderInfo = Info1
|
||||
ProviderDebug = Debug1
|
||||
ProviderTrace = Trace1
|
||||
|
||||
// Request levels are used in the requests package.
|
||||
RequestInfo = Info2
|
||||
RequestDebug = Debug2
|
||||
RequestTrace = Trace2
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue