mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
debug
This commit is contained in:
parent
ab790f6c02
commit
5683c310db
1 changed files with 1 additions and 1 deletions
|
|
@ -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()));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue