fix: missing timezone in log files
This commit is contained in:
parent
f3c21b762e
commit
a54908607a
@ -17,7 +17,7 @@ const customFormat = format.printf((info: TransformableInfo) => {
|
||||
: `${timestamp} [${level}] ${coloredService}${colon}${message}`;
|
||||
});
|
||||
|
||||
const timestampFormat = format.timestamp({ format: "YYYY-MM-DD HH:mm:ss.SSS" });
|
||||
const timestampFormat = format.timestamp({ format: "YYYY-MM-DD HH:mm:ss.SSSZZ" });
|
||||
|
||||
const createTransport = (level: string, filename: string) => {
|
||||
const MB = 1000000;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user