Fix configuration metadata for logging.charset.* properties

See gh-24851
This commit is contained in:
dreis2211 2021-01-15 15:03:03 +01:00 committed by Stephane Nicoll
parent 7ec7569939
commit b8b5e4cebf
1 changed files with 2 additions and 2 deletions

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