Version 1
[yaffs-website] / web / core / modules / system / migration_templates / system_logging.yml
1 id: system_logging
2 label: System logging
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6 source:
7   plugin: variable
8   variables:
9     - error_level
10 process:
11   error_level:
12     plugin: static_map
13     source: error_level
14     default_value: all
15     map:
16       0: hide
17       1: some
18       2: all
19       3: verbose
20 destination:
21   plugin: config
22   config_name: system.logging