Fix #1944 add option to display complete call stack for queries

This commit is contained in:
Kijin Sung 2022-12-19 01:11:43 +09:00
parent 868dfb33e9
commit e1f98e573c
10 changed files with 59 additions and 11 deletions

View file

@ -101,6 +101,7 @@ return array(
'display_content' => array('request_info', 'entries', 'errors', 'queries'),
'display_to' => 'admin',
'query_comment' => false,
'query_full_stack' => false,
'write_error_log' => 'fatal',
'allow' => array(),
),