view core/modules/system/migrations/system_logging.yml @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
line wrap: on
line source
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