Fix wrong classname in logging documentation

This commit is contained in:
Moritz Halbritter 2024-10-11 13:56:40 +02:00
parent bd036eb29f
commit 95d7582f58
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ logging:
corpname: mycorp
----
TIP: For more advanced customizations, you can write your own class that implements the javadoc:org.springframework.boot.logging.structured.StructuredLogFormatter[] interface and declare it using the configprop:logging.structured.json.customizer[] property.
TIP: For more advanced customizations, you can write your own class that implements the javadoc:org.springframework.boot.logging.structured.StructureLoggingJsonMembersCustomizer[] interface and declare it using the configprop:logging.structured.json.customizer[] property.
You can also declare implementations by listing them in a `META-INF/spring.factories` file.