mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix missing ending
This commit is contained in:
parent
a9651d6940
commit
a7a29623a8
@ -56,7 +56,7 @@ export function createAppenderConfig(
|
||||
basePath?: string,
|
||||
): { [name: string]: Appender } {
|
||||
if (basePath) {
|
||||
defaultAppenders.errorFile.filename = `${basePath}/errors`
|
||||
defaultAppenders.errorFile.filename = `${basePath}/errors.log`
|
||||
}
|
||||
const customAppender: { [name: string]: Appender } = { ...defaultAppenders }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user