summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/system/migrations/system_logging.yml
blob: f1b0304f61dac3399737099f664a082ba33165bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
id: system_logging
label: System logging
migration_tags:
  - Drupal 6
  - Drupal 7
  - Configuration
source:
  plugin: variable
  variables:
    - error_level
  source_module: system
process:
  error_level:
    plugin: static_map
    source: error_level
    default_value: all
    map:
      0: hide
      1: some
      2: all
      3: verbose
destination:
  plugin: config
  config_name: system.logging