Skip to content

Commit

Permalink
fix: use standard time for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed Mar 30, 2024
1 parent 8b88414 commit 21396e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/src/loaders/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function createLogger(level: string): Logger {
{
level: level,
stream: PinoPretty({
translateTime: 'SYS:mm-dd-yyyy hh:mm:ss TT',
translateTime: 'SYS:standard',
ignore: 'pid,hostname',
singleLine: true,
sync: true,
Expand Down

0 comments on commit 21396e1

Please sign in to comment.