logging
This commit is contained in:
parent
8d97b3af07
commit
970a06550d
|
@ -308,6 +308,7 @@ func Load(confPath, confIP, confPort, confServer, confLogLevel, confStaticServer
|
|||
// Logging Level
|
||||
if "" != confLogLevel {
|
||||
Wide.LogLevel = confLogLevel
|
||||
log.SetLevel(confLogLevel)
|
||||
}
|
||||
|
||||
// Static Server
|
||||
|
|
Loading…
Reference in New Issue