日志级别warn更改为notic

This commit is contained in:
thinkphp
2015-12-27 20:56:17 +08:00
parent b1de2d21bc
commit ae72fd7e10
4 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ class Error
case E_USER_WARNING:
case E_USER_NOTICE:
default:
Log::record($errorStr, 'warn');
Log::record($errorStr, 'notic');
break;
}
}