Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / migration_templates / system_logging.yml
diff --git a/web/core/modules/system/migration_templates/system_logging.yml b/web/core/modules/system/migration_templates/system_logging.yml
deleted file mode 100644 (file)
index eea3473..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-id: system_logging
-label: System logging
-migration_tags:
-  - Drupal 6
-  - Drupal 7
-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