1
0

Make Log-Level configurable (#131)

This commit is contained in:
onli
2014-05-17 00:39:07 +02:00
parent d1d95aa643
commit 7d267fa13d
4 changed files with 34 additions and 10 deletions

View File

@ -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'] =