Skip to content

Commit

Permalink
fix(observability): set logger time format to iso
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Nov 15, 2024
1 parent 10d03a6 commit 3fc959e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/logging/src/servicies/logger/logger.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export class LoggerService implements Logger {
let options: LoggerOptions = {
level: config.LOG_LEVEL,
mixin: LoggerService.mixin,
timestamp: () => `,"time":"${new Date().toISOString()}"`,
...inputOptions
};

Expand Down

0 comments on commit 3fc959e

Please sign in to comment.