Skip to content

Commit

Permalink
Merge pull request #24851 from dreis2211
Browse files Browse the repository at this point in the history
* pr/24851:
  Fix configuration metadata for logging.charset.* properties

Closes gh-24851
  • Loading branch information
snicoll committed Jan 17, 2021
2 parents 7ec7569 + b8b5e4c commit f7c855d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -21,12 +21,12 @@
},
{
"name": "logging.charset.console",
"type": "java.nio.Charset",
"type": "java.nio.charset.Charset",
"description": "Charset to use for console output."
},
{
"name": "logging.charset.file",
"type": "java.nio.Charset",
"type": "java.nio.charset.Charset",
"description": "Charset to use for file output."
},
{
Expand Down

0 comments on commit f7c855d

Please sign in to comment.