mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
add gf.debug options and GF_DEBUG env control params for internal logging feature
This commit is contained in:
@ -340,7 +340,7 @@ func (s *Server) Start() error {
|
||||
}
|
||||
})
|
||||
}
|
||||
if intlog.IsInGFDevelop() {
|
||||
if intlog.IsGFDebug() {
|
||||
intlog.Print("server configuration:")
|
||||
gutil.Dump(s.config)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user