Fixup initial levels

This commit is contained in:
Joel Speed 2021-10-06 16:24:48 +01:00
parent f691252ca8
commit ecb6bb5277
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB
1 changed files with 27 additions and 22 deletions

View File

@ -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
)