This commit is contained in:
hoteas 2017-10-24 14:53:22 +00:00
parent 8a911ac2c7
commit fdc4a00176

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]