Add an option to log container properties
https://stackoverflow.com/questions/47914528/how-to-print-spring-kafka-configurations-in-logs-using-log4j/47914975#comment82800055_47914975 * Polishing - PR Comments
This commit is contained in:
committed by
Artem Bilan
parent
a39780cae3
commit
2f61ebf5b2
@@ -496,6 +496,8 @@ return container;
|
||||
|
||||
Refer to the JavaDocs for `ContainerProperties` for more information about the various properties that can be set.
|
||||
|
||||
Since version _2.1.1_, a new property `logContainerConfig` is available; when true, and INFO logging is enabled, each listener container will write a log message summarizing its configuration properties.
|
||||
|
||||
====== ConcurrentMessageListenerContainer
|
||||
|
||||
The single constructor is similar to the first `KafkaListenerContainer` constructor:
|
||||
|
||||
Reference in New Issue
Block a user