syslog.settings.yml

Same filename and directory in other branches
  1. 9 core/modules/syslog/config/install/syslog.settings.yml
  2. 10 core/modules/syslog/config/install/syslog.settings.yml
  3. 11.x core/modules/syslog/config/install/syslog.settings.yml
core/modules/syslog/config/install/syslog.settings.yml
7 string references to 'syslog.settings'
MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php
Tests migration of syslog variables to syslog.settings.yml.
MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php
Tests migration of syslog variables to syslog.settings.yml.
SysLog::__construct in core/modules/syslog/src/Logger/SysLog.php
Constructs a SysLog object.
SyslogTest::testSyslogSeverity in core/modules/syslog/tests/src/Kernel/SyslogTest.php
Test severity level logging.
SyslogUpdateTest::testSyslogSettingsFacilityDataType in core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php
Tests that syslog.settings.facility has been converted from string to int.

... See full list

File

core/modules/syslog/config/install/syslog.settings.yml

View source
  1. identity: drupal
  2. # The default facility setting depends on the operating system, and will be
  3. # overwritten during installation.
  4. # @see syslog_install().
  5. facility: 8
  6. format: '!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.