Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / syslog / migration_templates / d7_syslog_settings.yml
1 id: d7_syslog_settings
2 label: Syslog configuration
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: variable
7   variables:
8     - syslog_facility
9     - syslog_format
10     - syslog_identity
11   source_module: syslog
12 process:
13   facility: syslog_facility
14   format: syslog_format
15   identity: syslog_identity
16 destination:
17   plugin: config
18   config_name: syslog.settings