Allow multiple selection of display debug types

This commit is contained in:
Kijin Sung 2018-09-06 17:00:50 +09:00
parent 0dd20267af
commit b048200a30
5 changed files with 33 additions and 20 deletions

View file

@ -92,7 +92,7 @@ return array(
'log_slow_widgets' => 0,
'log_slow_remote_requests' => 0,
'log_filename' => null,
'display_type' => 'comment',
'display_type' => array('comment'),
'display_content' => array(),
'display_to' => 'admin',
'write_error_log' => 'fatal',