Merge pull request #24851 from dreis2211

* pr/24851:
  Fix configuration metadata for logging.charset.* properties

Closes gh-24851
pull/24986/head
Stephane Nicoll 4 years ago
commit f7c855dc40

@ -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."
},
{

Loading…
Cancel
Save