migrate_plus.migration.upgrade_system_logging.yml 665 B

12345678910111213141516171819202122232425262728293031323334
  1. uuid: 95f9bf42-8673-4b88-b3b0-1063dafdb9ec
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_system_logging
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. - 'Drupal 7'
  12. migration_group: migrate_drupal_6
  13. label: 'System logging'
  14. source:
  15. plugin: variable
  16. variables:
  17. - error_level
  18. source_module: system
  19. process:
  20. error_level:
  21. plugin: static_map
  22. source: error_level
  23. default_value: all
  24. map:
  25. - hide
  26. - some
  27. - all
  28. - verbose
  29. destination:
  30. plugin: config
  31. config_name: system.logging
  32. migration_dependencies:
  33. required: { }
  34. optional: { }