Add option to control error and query log consolidation

This commit is contained in:
Kijin Sung 2023-05-01 02:59:22 +09:00
parent 3bf458e9ba
commit 58ce0defca
8 changed files with 90 additions and 41 deletions

View file

@ -2,7 +2,7 @@
/**
* Default configuration for Rhymix
*
*
* Copyright (c) Rhymix Developers and Contributors
*/
return array(
@ -103,6 +103,7 @@ return array(
'display_to' => 'admin',
'query_comment' => false,
'query_full_stack' => false,
'consolidate' => true,
'write_error_log' => 'fatal',
'allow' => array(),
),