We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5675fa8 + af1d579 commit 02e2ea2Copy full SHA for 02e2ea2
1 file changed
backend/pkg/logger/logger.go
@@ -12,7 +12,7 @@ import (
12
const (
13
Name = "loggerHandler"
14
HandlerName = "logger"
15
- TimestampFormat = "01-Jan-2006_15-04-05.000"
+ TimestampFormat = "02-Jan-2006_15-04-05.000"
16
)
17
18
// Logger is a struct that implements the abstraction.Logger interface
0 commit comments