Allow structure logging JSON to be customized

Introduce a new `StructureLoggingJsonMembersCustomizer` interface as
well as additional properties that can be used to customize the JSON
produced with structured logging.

Closes gh-42486
This commit is contained in:
Phillip Webb
2024-10-09 19:12:58 -07:00
parent 27c59b8cb5
commit 8aee3e1e92
31 changed files with 673 additions and 51 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.docs.features.logging.structured.customformat;
package org.springframework.boot.docs.features.logging.structured.otherformats;
import ch.qos.logback.classic.spi.ILoggingEvent;