Skip to content

Commit

Permalink
fix: fix readside config logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed May 28, 2022
1 parent bbe7780 commit 0d71d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object ReadSideConfigReader {
require(readSideConfig.port > 0, s"ProcessorId $readSideId is missing a PORT")

logger.info(
s"Configuring read side '$readSideId', host=${readSideConfig.host}, port=${readSideConfig.port}, useTls=${readSideConfig.useTls}")
s"Configuring read side '$readSideId', host=${readSideConfig.host}, port=${readSideConfig.port}, useTls=${readSideConfig.useTls}, autoStart=${readSideConfig.autoStart}")

readSideConfig
}.toSeq
Expand Down

0 comments on commit 0d71d88

Please sign in to comment.