syslog.settings.yml in Drupal 10
Same filename and directory in other branches
core/modules/syslog/config/install/syslog.settings.yml
8 string references to 'syslog.settings'
- DefaultConfigTest.php in core/
tests/ Drupal/ KernelTests/ Config/ DefaultConfigTest.php - 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.
- SyslogTest::testSyslogSeverity in core/
modules/ syslog/ tests/ src/ Kernel/ SyslogTest.php - Tests severity level logging.
- SyslogTest::testSyslogWriting in core/
modules/ syslog/ tests/ src/ Kernel/ SyslogTest.php - @covers ::log
File
core/modules/syslog/config/install/syslog.settings.ymlView 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'