mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +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,
|
||||
maxSize: '20m',
|
||||
maxFiles: '14d',
|
||||
format: fileFormat,
|
||||
format: winston.format.combine(fileFormat, winston.format.json()),
|
||||
}),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue