Make the loglevel ERROR being the default

refs #7163
This commit is contained in:
Johannes Meyer 2014-09-29 11:21:15 +02:00
parent 380ffe45b9
commit 7e00e83772

View File

@ -27,6 +27,7 @@ class LoggingConfigForm extends Form
'select',
'logging_level',
array(
'value' => 1,
'required' => true,
'label' => t('Logging Level'),
'description' => t('The maximum loglevel to emit.'),