Polish log correlation docs
Docs related to gh-33280 (log correlation) and gh-35593 (application name in each log line) need some polishing: - Fix project names - Show how to avoid having the application name duplicated in logs - Call out that a trailing space is needed in the correlation pattern Closes gh-36035 See gh-33280 See gh-35593
This commit is contained in:
@@ -11,6 +11,7 @@ dependencies {
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-security"))
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-validation"))
|
||||
implementation 'io.micrometer:micrometer-tracing-bridge-brave'
|
||||
|
||||
runtimeOnly("com.h2database:h2")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user