Skip to content

Commit 02e2ea2

Browse files
authored
Merge pull request #141 from HyperloopUPV-H8/backend/logger-fix-timestamp
[backend] Fix timestamp in logger
2 parents 5675fa8 + af1d579 commit 02e2ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pkg/logger/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
const (
1313
Name = "loggerHandler"
1414
HandlerName = "logger"
15-
TimestampFormat = "01-Jan-2006_15-04-05.000"
15+
TimestampFormat = "02-Jan-2006_15-04-05.000"
1616
)
1717

1818
// Logger is a struct that implements the abstraction.Logger interface

0 commit comments

Comments
 (0)