This commit is contained in:
Liang Ding 2014-12-13 21:32:44 +08:00
parent 8d97b3af07
commit 970a06550d
1 changed files with 1 additions and 0 deletions

View File

@ -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