migrate_plus.migration.upgrade_d6_system_logging.yml 629 B

1234567891011121314151617181920212223242526272829303132
  1. uuid: 1c13fbfb-60f8-4ff5-b15b-f5f887c146e1
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_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. migration_group: migrate_drupal_6
  12. label: 'System logging'
  13. source:
  14. plugin: variable
  15. variables:
  16. - error_level
  17. process:
  18. error_level:
  19. plugin: static_map
  20. source: error_level
  21. default_value: all
  22. map:
  23. - hide
  24. - some
  25. - all
  26. - verbose
  27. destination:
  28. plugin: config
  29. config_name: system.logging
  30. migration_dependencies:
  31. required: { }
  32. optional: { }