mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Log trace
This commit is contained in:
parent
714c2f30d7
commit
dd6cde6ae5
1 changed files with 1 additions and 0 deletions
|
|
@ -759,6 +759,7 @@ App::error()
|
|||
Console::error('[Error] Message: ' . $message);
|
||||
Console::error('[Error] File: ' . $file);
|
||||
Console::error('[Error] Line: ' . $line);
|
||||
Console::error('[Error] Trace: ' . $error->getTraceAsString());
|
||||
}
|
||||
|
||||
switch ($class) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue