Skip to content

Commit ea44d51

Browse files
committed
debug
1 parent a852ce2 commit ea44d51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/config/loader.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"strings"
99

1010
middlewareTypes "github.com/codeshelldev/secured-signal-api/internals/proxy/middlewares/types"
11+
"github.com/codeshelldev/secured-signal-api/utils"
1112
log "github.com/codeshelldev/secured-signal-api/utils/logger"
1213
"github.com/knadh/koanf/parsers/yaml"
1314
)
@@ -90,6 +91,8 @@ func Load() {
9091
InitEnv()
9192

9293
log.Info("Finished Loading Configuration")
94+
95+
log.Dev(utils.ToJson(config.All()))
9396
}
9497

9598
func LoadDefaults() {

0 commit comments

Comments
 (0)