Make debug log filename configurable

This commit is contained in:
Kijin Sung 2016-02-15 14:28:57 +09:00
parent e1d85ffb22
commit 7c4fc37dd3
8 changed files with 50 additions and 6 deletions

View file

@ -92,6 +92,7 @@ return array(
'log_slow_queries' => 0,
'log_slow_triggers' => 0,
'log_slow_widgets' => 0,
'log_filename' => null,
'display_type' => 'comment',
'display_to' => 'admin',
'allow' => array(),