Replace "structure logging" with "structured logging"

See gh-43203
This commit is contained in:
Johnny Lim
2024-11-16 23:17:08 +09:00
committed by Phillip Webb
parent 68022ef0bb
commit 0b854bfee1
32 changed files with 66 additions and 65 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.StructureLoggingJsonMembersCustomizer[] 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.StructuredLoggingJsonMembersCustomizer[] 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.