mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Add option to control error and query log consolidation
This commit is contained in:
parent
3bf458e9ba
commit
58ce0defca
8 changed files with 90 additions and 41 deletions
|
|
@ -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(),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue