err_log 강화

This commit is contained in:
2019-04-21 22:15:41 +09:00
parent 0e50216cee
commit 3536d5c413
4 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ function Error($message='', $url="")
$url = $_SERVER['REQUEST_URI'];
}
$e = new \Exception();
logError("aux_err", $message, getExceptionTraceAsString($e));
logError("aux_err", $message, '', getExceptionTraceAsString($e));
$templates = new \League\Plates\Engine(__dir__.'/templates');