Merge pull request #16224 from xak2000

* pr/16224:
  Fix typo in logging.group property description
This commit is contained in:
Stephane Nicoll 2019-03-13 17:51:23 +01:00
commit 07d95ce086

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