This commit is contained in:
shimon 2025-03-18 18:36:46 +02:00
parent ab790f6c02
commit 5683c310db

View file

@ -809,7 +809,7 @@ App::error()
$file = $error->getFile();
$line = $error->getLine();
$trace = $error->getTrace();
Console::warning('Appwrite CE Method: ' . $route->getMethod(). 'URL: ' . $route->getPath());
if (php_sapi_name() === 'cli') {
Console::error('[Error] Timestamp: ' . date('c', time()));