This commit is contained in:
2021-05-08 16:28:50 +08:00
parent c43ce9270c
commit 0592f2b50f
4 changed files with 48 additions and 12 deletions
+1 -2
View File
@@ -282,8 +282,7 @@ class ServerInotify extends Process
if (str_contains($message, 'The file descriptor is not an inotify instance')) {
return;
}
logger()->debug('Error:' . $message);
logger()->debug($file . ':' . $line);
debug('Error:' . $message . ' at ' . $file . ':' . $line);
}