From fcde648c50ced4dd9e3f7ca394f528fa0162f25f Mon Sep 17 00:00:00 2001 From: Ruslan Stelmachenko Date: Wed, 13 Mar 2019 18:15:19 +0200 Subject: [PATCH] Fix typo in logging.group property description Closes gh-16224 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index aa95b13b35..b67f271afc 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -90,7 +90,7 @@ { "name": "logging.group", "type": "java.util.Map>", - "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" }, {