You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

36 lines
705 B

uuid: a07ff02a-38c5-4b9f-b5da-d85a8fedcb2f
langcode: en
status: true
dependencies: { }
id: upgrade_system_logging
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 6'
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'System logging'
source:
plugin: variable
variables:
- error_level
source_module: system
process:
error_level:
-
plugin: static_map
source: error_level
default_value: all
map:
- hide
- some
- all
- verbose
destination:
plugin: config
config_name: system.logging
migration_dependencies:
required: { }
optional: { }