Skip to content

Commit f5f888d

Browse files
committed
Polish
See gh-44197
1 parent 62b217e commit f5f888d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/reactive/ReactiveManagementChildContextConfiguration.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,11 @@ static class TomcatAccessLogCustomizer extends AccessLogCustomizer
129129

130130
@Override
131131
public void customize(TomcatReactiveWebServerFactory factory) {
132-
System.out.println("Looking for access log valve in " + factory);
133132
AccessLogValve accessLogValve = findAccessLogValve(factory);
134133
if (accessLogValve == null) {
135-
System.out.println("Did not find it");
136134
return;
137135
}
138136
accessLogValve.setPrefix(customizePrefix(accessLogValve.getPrefix()));
139-
System.out.println("Customized " + factory);
140137
}
141138

142139
private AccessLogValve findAccessLogValve(TomcatReactiveWebServerFactory factory) {

0 commit comments

Comments
 (0)