diff --git a/registry/registry.go b/registry/registry.go index 95dc3caaa..488d63722 100644 --- a/registry/registry.go +++ b/registry/registry.go @@ -277,7 +277,8 @@ func configureLogging(ctx context.Context, config *configuration.Configuration) switch formatter { case "json": log.SetFormatter(&log.JSONFormatter{ - TimestampFormat: time.RFC3339Nano, + TimestampFormat: time.RFC3339Nano, + DisableHTMLEscape: true, }) case "text": log.SetFormatter(&log.TextFormatter{