Skip to content

Commit 1687178

Browse files
committed
debug ENV
1 parent 23cf8da commit 1687178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ func Load() {
127127
log.Info("Finished Loading Configuration")
128128

129129
log.Debug(utils.ToJson(config.All()))
130+
log.Debug(utils.ToJson(ENV))
130131
}
131132

132133
func LoadFile(path string, config *koanf.Koanf, parser koanf.Parser) (koanf.Provider, error) {

0 commit comments

Comments
 (0)