Merge pull request #24851 from dreis2211

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

Closes gh-24851
This commit is contained in:
Stephane Nicoll 2021-01-17 17:04:08 +01:00
commit f7c855dc40

View File

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