We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d42d5 commit 2ece31cCopy full SHA for 2ece31c
spring-boot-project/spring-boot-docs/build.gradle
@@ -301,7 +301,7 @@ task runLoggingFormatExample(type: org.springframework.boot.build.docs.Applicati
301
mainClass = "org.springframework.boot.docs.features.logexample.MyApplication"
302
args = ["--spring.main.banner-mode=off", "--server.port=0", "--spring.application.name=myapp"]
303
output = file("$buildDir/example-output/logging-format.txt")
304
- expectedLogging = "Started MyApplication in "
+ expectedLogging = "Started MyApplication \"myapp\" in "
305
normalizeTomcatPort()
306
}
307
0 commit comments