view core/modules/system/migration_templates/system_logging.yml @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
id: system_logging
label: System logging
migration_tags:
  - Drupal 6
  - Drupal 7
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