summaryrefslogtreecommitdiff
path: root/internal/log/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/log/log.go')
-rw-r--r--internal/log/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/log/log.go b/internal/log/log.go
index 2e1afdb52..b71e62e14 100644
--- a/internal/log/log.go
+++ b/internal/log/log.go
@@ -46,7 +46,7 @@ func New(level string) (*logrus.Logger, error) {
log.SetFormatter(&logrus.TextFormatter{
DisableColors: true,
- ForceQuote: true,
+ DisableQuote: true,
FullTimestamp: true,
})