Merge branch '2.1.x'

This commit is contained in:
Stephane Nicoll 2019-03-13 17:51:38 +01:00
commit 9da20b7e52
1 changed files with 1 additions and 1 deletions

View File

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