You are here

system_logging.yml in Drupal 10

core/modules/system/migrations/system_logging.yml

File

core/modules/system/migrations/system_logging.yml
View source
  1. id: system_logging
  2. label: System logging
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: variable
  9. variables:
  10. - error_level
  11. source_module: system
  12. process:
  13. error_level:
  14. plugin: static_map
  15. source: error_level
  16. default_value: all
  17. map:
  18. 0: hide
  19. 1: some
  20. 2: all
  21. 3: verbose
  22. destination:
  23. plugin: config
  24. config_name: system.logging