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