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