Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / migrations / system_logging.yml
diff --git a/web/core/modules/system/migrations/system_logging.yml b/web/core/modules/system/migrations/system_logging.yml
new file mode 100644 (file)
index 0000000..f1b0304
--- /dev/null
@@ -0,0 +1,24 @@
+id: system_logging
+label: System logging
+migration_tags:
+  - Drupal 6
+  - Drupal 7
+  - Configuration
+source:
+  plugin: variable
+  variables:
+    - error_level
+  source_module: system
+process:
+  error_level:
+    plugin: static_map
+    source: error_level
+    default_value: all
+    map:
+      0: hide
+      1: some
+      2: all
+      3: verbose
+destination:
+  plugin: config
+  config_name: system.logging