Skip to content

Commit a0309a5

Browse files
committed
Merge pull request #43313 from quaff
* gh-43313: Update javadoc to describe registration through spring.factories Closes gh-43313
2 parents 512584d + aaaeddc commit a0309a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/StructuredLoggingJsonMembersCustomizer.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
* customize {@link JsonWriter} {@link Members}.
2828
* <p>
2929
* An implementation may be provided using the {@code logging.structured.json.customizer}
30-
* property.
30+
* property. Alternatively, implementations can be registered in
31+
* {@code META-INF/spring.factories} under the key
32+
* {@code org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer}.
3133
* <p>
3234
* Implementing classes can declare the following parameter types in the constructor:
3335
* <ul>

0 commit comments

Comments
 (0)