syslog.settings.yml
Same filename in other branches
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::testSyslogMissingFacility in core/
modules/ syslog/ tests/ src/ Kernel/ SyslogTest.php - Tests that missing facility prevents writing to the syslog.
- SyslogTest::testSyslogSeverity in core/
modules/ syslog/ tests/ src/ Kernel/ SyslogTest.php - Tests severity level logging.
File
-
core/
modules/ syslog/ config/ install/ syslog.settings.yml
View source
- identity: drupal
- # The default facility setting depends on the operating system, and will be
- # overwritten during installation.
- # @see syslog_install().
- facility: 8
- 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.