Skip to content

Commit 06ed1ec

Browse files
committed
stop exiting
1 parent 17407d3 commit 06ed1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/config/token-config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func InitTokens() {
3737
return strings.ToUpper(key), value
3838
})
3939

40-
log.Error(err.Error())
40+
log.Dev(err.Error())
4141

4242
log.Dev(utils.ToJson(tokensLayer.All()))
4343

0 commit comments

Comments
 (0)