You are here

d6_system_logging.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/system/migration_templates/d6_system_logging.yml
core/modules/system/migration_templates/d6_system_logging.yml

File

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