LoggingConfigForm: make the webserver log option available

refs #11652
This commit is contained in:
Alexander A. Klimov 2016-10-19 15:34:57 +02:00
parent a387f0524f
commit 59e763c863
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class LoggingConfigForm extends Form
'label' => $this->translate('Logging Type'),
'description' => $this->translate('The type of logging to utilize.'),
'multiOptions' => array(
'php' => $this->translate('Webserver Log', 'app.config.logging.type'),
'syslog' => 'Syslog',
'file' => $this->translate('File', 'app.config.logging.type'),
'none' => $this->translate('None', 'app.config.logging.type')