diff --git a/internal/pgengine/access.go b/internal/pgengine/access.go index 56c5e3f0..ddad6ec4 100644 --- a/internal/pgengine/access.go +++ b/internal/pgengine/access.go @@ -21,7 +21,7 @@ const AppID = 0x204F04EE // GetLogPrefix perform formatted logging func GetLogPrefix(level string) string { - return fmt.Sprintf("[%v | %s | %-6s]:\t %%s", time.Now().Format("2006-01-01 15:04:05.000"), ClientName, level) + return fmt.Sprintf("[%v | %s | %-6s]:\t %%s", time.Now().Format("2006-01-02 15:04:05.000"), ClientName, level) } // GetLogPrefixLn perform formatted logging with new line at the end