Improve debug settings

This commit is contained in:
Kijin Sung 2016-03-06 14:13:34 +09:00
parent 7b75a103b2
commit 7b0c24e67c
8 changed files with 68 additions and 36 deletions

View file

@ -87,13 +87,12 @@ return array(
),
'debug' => array(
'enabled' => true,
'log_errors' => true,
'log_queries' => false,
'log_slow_queries' => 0,
'log_slow_triggers' => 0,
'log_slow_widgets' => 0,
'log_filename' => null,
'display_type' => 'comment',
'display_content' => array(),
'display_to' => 'admin',
'allow' => array(),
),