fix(bc): new params shouldn't be overridden
parent
476a9bcfdf
commit
0451704cd0
|
@ -81,13 +81,13 @@ const migrateLogging = data => {
|
|||
}
|
||||
|
||||
data.domains[key].logging = {
|
||||
...perDomainLogging,
|
||||
accessLogEnabled,
|
||||
accessLogPath,
|
||||
accessLogParameters,
|
||||
errorLogEnabled,
|
||||
errorLogPath,
|
||||
errorLogLevel,
|
||||
...perDomainLogging,
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue