system_logging.yml

Same filename and directory in other branches
  1. 9 core/modules/system/migrations/system_logging.yml
  2. 8.9.x core/modules/system/migrations/system_logging.yml
  3. 10 core/modules/system/migrations/system_logging.yml
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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.