Replace "structure logging" with "structured logging"
See gh-43203
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user