From 7e00e83772b425dc1042b217da2b21c8b275cb46 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 29 Sep 2014 11:21:15 +0200 Subject: [PATCH] Make the loglevel ERROR being the default refs #7163 --- application/forms/Config/General/LoggingConfigForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/forms/Config/General/LoggingConfigForm.php b/application/forms/Config/General/LoggingConfigForm.php index 3d07d4eb6..c136e4a65 100644 --- a/application/forms/Config/General/LoggingConfigForm.php +++ b/application/forms/Config/General/LoggingConfigForm.php @@ -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.'),