We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdaf0c commit b2b9ab2Copy full SHA for b2b9ab2
flogging/logging.go
@@ -91,7 +91,7 @@ func DefaultLoggingLevel() logging.Level {
91
func init() {
92
93
format := logging.MustStringFormatter(
94
- "%{color}%{time:15:04:05.000} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message}",
+ "%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message}",
95
)
96
97
backend := logging.NewLogBackend(os.Stderr, "", 0)
0 commit comments