日志级别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

@@ -88,7 +88,7 @@ class Socket
];
foreach ($logs as &$log) {
if (in_array($log['type'], ['sql', 'debug', 'info'])) {
if (in_array($log['type'], ['sql', 'notic', 'debug', 'info'])) {
$log['type'] = 'log';
}
}