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 ea44d51 commit 991212cCopy full SHA for 991212c
utils/config/loader.go
@@ -92,7 +92,8 @@ func Load() {
92
93
log.Info("Finished Loading Configuration")
94
95
- log.Dev(utils.ToJson(config.All()))
+ log.Dev("Loaded Config:\n" + utils.ToJson(config.All()))
96
+ log.Dev("Loaded Token Configs:\n" + utils.ToJson(tokensLayer.All()))
97
}
98
99
func LoadDefaults() {
0 commit comments