Change logger to only be instantiated when explicitly enabled to not cause unneccessary debugging
especially in dev-installations References #131
This commit is contained in:
@ -408,7 +408,7 @@
|
||||
'title' => LOG_LEVEL,
|
||||
'description' => LOG_LEVEL_DESC,
|
||||
'type' => 'list',
|
||||
'default' => array('Automatic' => AUTOMATIC, 'error' => ERROR, 'debug' => DEBUG), # i18n
|
||||
'default' => array('Off' => NO, 'error' => ERROR, 'debug' => DEBUG), # i18n
|
||||
'permission' => 'blogConfiguration'),
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user