Skip to content

Commit 991212c

Browse files
committed
more dev debugging
1 parent ea44d51 commit 991212c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/config/loader.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ func Load() {
9292

9393
log.Info("Finished Loading Configuration")
9494

95-
log.Dev(utils.ToJson(config.All()))
95+
log.Dev("Loaded Config:\n" + utils.ToJson(config.All()))
96+
log.Dev("Loaded Token Configs:\n" + utils.ToJson(tokensLayer.All()))
9697
}
9798

9899
func LoadDefaults() {

0 commit comments

Comments
 (0)