debug: add logger level debug output

This commit is contained in:
hailin 2025-12-06 02:56:26 -08:00
parent 5764f3d50d
commit 32e3970f34
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ func main() {
}
// Initialize logger
fmt.Printf("DEBUG: Logger level from config: '%s'\n", cfg.Logger.Level)
if err := logger.Init(&logger.Config{
Level: cfg.Logger.Level,
Encoding: cfg.Logger.Encoding,