mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
parent
4ac0a6bf66
commit
030f27d488
5 changed files with 28 additions and 28 deletions
|
|
@ -88,13 +88,13 @@ return array(
|
|||
),
|
||||
'debug' => array(
|
||||
'enabled' => true,
|
||||
'log_slow_queries' => 0,
|
||||
'log_slow_triggers' => 0,
|
||||
'log_slow_widgets' => 0,
|
||||
'log_slow_remote_requests' => 0,
|
||||
'log_slow_queries' => 0.25,
|
||||
'log_slow_triggers' => 0.25,
|
||||
'log_slow_widgets' => 0.25,
|
||||
'log_slow_remote_requests' => 1.25,
|
||||
'log_filename' => null,
|
||||
'display_type' => array('comment'),
|
||||
'display_content' => array(),
|
||||
'display_content' => array('request_info', 'entries', 'errors', 'queries'),
|
||||
'display_to' => 'admin',
|
||||
'write_error_log' => 'fatal',
|
||||
'allow' => array(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue