switch defaults for verbose stack trace
This commit is contained in:
parent
8b433de006
commit
f47593575c
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ try {
|
|||
echo "</pre>";
|
||||
Logging::info($e->getMessage());
|
||||
if (VERBOSE_STACK_TRACE) {
|
||||
Logging::info($e->getTrace());
|
||||
} else {
|
||||
Logging::info($e->getTraceAsString());
|
||||
} else {
|
||||
Logging::info($e->getTrace());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue