You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/integration/IntegrationProperties.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -395,9 +395,12 @@ public void setCron(String cron) {
395
395
publicstaticclassManagement {
396
396
397
397
/**
398
-
* Logging management in the integration components.
398
+
* Whether Spring Integration components should perform logging in the main
399
+
* message flow. When disabled, such logging will be skipped without checking the
400
+
* logging level. When enabled, such logging is controlled as normal by the
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/integration/IntegrationAutoConfigurationTests.java
0 commit comments