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.
37 lines
705 B
37 lines
705 B
2 years ago
|
uuid: 96b9fc77-2b6e-4121-9a60-1124a37e2ea0
|
||
|
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: { }
|