updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
id: d6_syslog_settings
|
||||
label: System log configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- syslog_identity
|
||||
- syslog_facility
|
||||
source_module: syslog
|
||||
process:
|
||||
identity: syslog_identity
|
||||
facility: syslog_facility
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: syslog.settings
|
||||
@@ -0,0 +1,19 @@
|
||||
id: d7_syslog_settings
|
||||
label: Syslog configuration
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- syslog_facility
|
||||
- syslog_format
|
||||
- syslog_identity
|
||||
source_module: syslog
|
||||
process:
|
||||
facility: syslog_facility
|
||||
format: syslog_format
|
||||
identity: syslog_identity
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: syslog.settings
|
||||
Reference in New Issue
Block a user