Merge pull request #24851 from dreis2211
* pr/24851: Fix configuration metadata for logging.charset.* properties Closes gh-24851
This commit is contained in:
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…
Reference in New Issue