mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Update description of the logger-name hint
Closes gh-14456
This commit is contained in:
+4
-2
@@ -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
|
||||
<<spring-boot-features.adoc#boot-features-custom-log-groups,logger groups>>. 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
|
||||
|
||||
Reference in New Issue
Block a user