diff options
Diffstat (limited to 'internal/log/log.go')
-rw-r--r-- | internal/log/log.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/log/log.go b/internal/log/log.go index 03553606b..2e1afdb52 100644 --- a/internal/log/log.go +++ b/internal/log/log.go @@ -46,6 +46,7 @@ func New(level string) (*logrus.Logger, error) { log.SetFormatter(&logrus.TextFormatter{ DisableColors: true, + ForceQuote: true, FullTimestamp: true, }) |