From caf7f09296f990797d325e80f95de9c9e36f3d6a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Oct 2018 18:13:23 +0200 Subject: [PATCH] Document standard "sql" and "web" log groups in the metadata Closes gh-14740 --- .../additional-spring-configuration-metadata.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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 d7c990b50f..bd1b221785 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 @@ -344,6 +344,14 @@ { "value": "root", "description": "Root logger used to assign the default logging level." + }, + { + "value": "sql", + "description": "SQL logging groups including Hibernate SQL logger." + }, + { + "value": "web", + "description": "Web logging groups including codecs." } ], "providers": [