This commit is contained in:
hoteas 2017-10-24 14:53:22 +00:00
parent f51e267f20
commit ce464a678a

View File

@ -22,7 +22,7 @@ func(this *Error)SetError(err error,loglevel ...int){
return nil
}
lev:=Config.GetInt("logLevel")
lev:=Config.GetInt("LOG_NIL")
if len(loglevel)!=0{
lev=loglevel[0]