From 7bf32290c65fe3201809d141eea1433fdac6d324 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 2 Oct 2018 15:05:50 +0200 Subject: [PATCH] Update description of the `logger-name` hint Closes gh-14456 --- .../src/main/asciidoc/appendix-configuration-metadata.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index 647660991d6..e6bd1fb6dd1 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -439,8 +439,10 @@ The following table summarizes the list of supported providers: parameter. |`logger-name` -|Auto-completes valid logger names. Typically, package and class names available in - the current project can be auto-completed. +|Auto-completes valid logger names and + <>. Typically, + package and class names available in the current project can be auto-completed as well as + defined groups. |`spring-bean-reference` |Auto-completes the available bean names in the current project. Usually constrained