Skip to content

Commit 7bf3229

Browse files
committed
Update description of the logger-name hint
Closes gh-14456
1 parent 3f9c41d commit 7bf3229

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,10 @@ The following table summarizes the list of supported providers:
439439
parameter.
440440

441441
|`logger-name`
442-
|Auto-completes valid logger names. Typically, package and class names available in
443-
the current project can be auto-completed.
442+
|Auto-completes valid logger names and
443+
<<spring-boot-features.adoc#boot-features-custom-log-groups,logger groups>>. Typically,
444+
package and class names available in the current project can be auto-completed as well as
445+
defined groups.
444446

445447
|`spring-bean-reference`
446448
|Auto-completes the available bean names in the current project. Usually constrained

0 commit comments

Comments
 (0)