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:
Jonatan Ivanov
2023-06-22 14:43:55 -07:00
parent 89164ddf5f
commit 228b8eb8e4
2 changed files with 10 additions and 5 deletions

View File

@@ -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")