syslog.settings.yml

Same filename and directory in other branches
  1. 9 core/modules/syslog/config/install/syslog.settings.yml
  2. 8.9.x core/modules/syslog/config/install/syslog.settings.yml
  3. 10 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::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.

... 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.