Skip to content

Commit

Permalink
Fix default value of server.jetty.accesslog.format
Browse files Browse the repository at this point in the history
Closes gh-22921
  • Loading branch information
snicoll committed Aug 13, 2020
1 parent 4c6a722 commit d0662e8
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -48,10 +48,6 @@
"name": "server.error.include-stacktrace",
"defaultValue": "never"
},
{
"name": "server.forward-headers-strategy",
"defaultValue": "ncsa"
},
{
"name": "server.http2.enabled",
"description": "Whether to enable HTTP/2 support, if the current environment supports it.",
Expand All @@ -71,6 +67,10 @@
"level": "error"
}
},
{
"name": "server.jetty.accesslog.format",
"defaultValue": "ncsa"
},
{
"name": "server.jetty.accesslog.locale",
"deprecation": {
Expand Down

0 comments on commit d0662e8

Please sign in to comment.