Fix typo in logging.group property description

Closes gh-16224
This commit is contained in:
Ruslan Stelmachenko 2019-03-13 18:15:19 +02:00 committed by Stephane Nicoll
parent 9906ef2400
commit fcde648c50
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
{
"name": "logging.group",
"type": "java.util.Map<java.lang.String,java.util.List<java.lang.String>>",
"description": "Log groups to quickly change multiple loggers at the same time. For instance, `logging.level.db=org.hibernate,org.springframework.jdbc`.",
"description": "Log groups to quickly change multiple loggers at the same time. For instance, `logging.group.db=org.hibernate,org.springframework.jdbc`.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
},
{