Skip to content

Commit 73dfe29

Browse files
committed
closing in on issue
1 parent 5b90415 commit 73dfe29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ func normalizeKeys(config *koanf.Koanf) {
139139
// Transforms Children of path
140140
func transformChildren(config *koanf.Koanf, path string, transform func(key string, value any) (string, any)) error {
141141
var sub map[string]any
142+
143+
log.Dev(utils.ToJson(config.All()) + "\nPath:" + path)
142144

143145
err := config.Unmarshal(path, &sub)
144146

0 commit comments

Comments
 (0)