Skip to content

Commit 2ece31c

Browse files
committed
fix
1 parent 68d42d5 commit 2ece31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ task runLoggingFormatExample(type: org.springframework.boot.build.docs.Applicati
301301
mainClass = "org.springframework.boot.docs.features.logexample.MyApplication"
302302
args = ["--spring.main.banner-mode=off", "--server.port=0", "--spring.application.name=myapp"]
303303
output = file("$buildDir/example-output/logging-format.txt")
304-
expectedLogging = "Started MyApplication in "
304+
expectedLogging = "Started MyApplication \"myapp\" in "
305305
normalizeTomcatPort()
306306
}
307307

0 commit comments

Comments
 (0)