Make Log-Level configurable (#131)
This commit is contained in:
@ -404,6 +404,12 @@
|
||||
'type' => 'list',
|
||||
'default' => array('stable' => 'stable', 'beta' => 'beta', 'false' => NO ), # i18n
|
||||
'permission' => 'blogConfiguration'),
|
||||
array('var' => 'logLevel',
|
||||
'title' => LOG_LEVEL,
|
||||
'description' => LOG_LEVEL_DESC,
|
||||
'type' => 'list',
|
||||
'default' => array('Automatic' => AUTOMATIC, 'error' => ERROR, 'debug' => DEBUG), # i18n
|
||||
'permission' => 'blogConfiguration'),
|
||||
));
|
||||
|
||||
$res['display'] =
|
||||
|
Reference in New Issue
Block a user