Commit abbfc041 authored by qiuqunfeng's avatar qiuqunfeng
Browse files

Set global log level to Debug for enhanced logging

- Change zerolog global log level from Info to Debug
- Improve visibility into application startup and runtime behavior
parent 37515f36
......@@ -15,7 +15,7 @@ const (
func main() {
zerolog.SetGlobalLevel(zerolog.InfoLevel)
zerolog.SetGlobalLevel(zerolog.DebugLevel)
log.Info().Msg("starting gateway")
rootCmd := app.NewRootCommand()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment