Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #43313

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
* customize {@link JsonWriter} {@link Members}.
* <p>
* An implementation may be provided using the {@code logging.structured.json.customizer}
* property.
* property. Alternatively, implementations can be registered in
* {@code META-INF/spring.factories} under the key
* {@code org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer}.
* <p>
* Implementing classes can declare the following parameter types in the constructor:
* <ul>
Expand Down