mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-13 04:54:24 +01:00
📜 chore: Add Timestamp to Error logs (#9262)
This commit is contained in:
parent
15c9c7e1f4
commit
e559f0f4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const transports: winston.transport[] = [
|
||||||
zippedArchive: true,
|
zippedArchive: true,
|
||||||
maxSize: '20m',
|
maxSize: '20m',
|
||||||
maxFiles: '14d',
|
maxFiles: '14d',
|
||||||
format: fileFormat,
|
format: winston.format.combine(fileFormat, winston.format.json()),
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue