Skip to content

Commit

Permalink
gofmt -s ./internal/ingress/controller/config/config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
knbnnate committed Jun 16, 2022
1 parent 37d96fc commit cbc7ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ type Configuration struct {
// Disable all escaping
// http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format
LogFormatEscapeNone bool `json:"log-format-escape-none,omitempty"`

// Enable json escaping
// http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format
LogFormatEscapeJSON bool `json:"log-format-escape-json,omitempty"`
Expand Down

0 comments on commit cbc7ee2

Please sign in to comment.