Skip to content

Commit

Permalink
Fix configuration metadata for logging.charset.* properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Jan 17, 2021
1 parent 7ec7569 commit b8b5e4c
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 b8b5e4c

Please sign in to comment.