Skip to content

Commit

Permalink
Lagt til logging på rotnivå i errorhandleren (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil authored Nov 21, 2023
1 parent e46dfe5 commit 1d8c380
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class KafkaRestartingErrorHandler : CommonContainerStoppingErrorHandler() {
consumer: Consumer<*, *>,
container: MessageListenerContainer,
) {
secureLogger.info("Treffer KafkaRestartingErrorHandler $records")
Thread.sleep(1000)

if (records.isNullOrEmpty()) {
Expand Down

0 comments on commit 1d8c380

Please sign in to comment.