We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17407d3 commit 06ed1ecCopy full SHA for 06ed1ec
utils/config/token-config.go
@@ -37,7 +37,7 @@ func InitTokens() {
37
return strings.ToUpper(key), value
38
})
39
40
- log.Error(err.Error())
+ log.Dev(err.Error())
41
42
log.Dev(utils.ToJson(tokensLayer.All()))
43
0 commit comments