Skip to content

Commit 951c754

Browse files
authored
Merge pull request #11 from aiven/dope_warn_message
change DROP_WARN message from debug to warn
2 parents 34751c2 + d7c4bf6 commit 951c754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/aiven/kafka/connect/transforms/TombstoneHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private void behaveOnNull(final ConnectRecord<R> r) {
6969
);
7070
break;
7171
case DROP_WARN:
72-
LOGGER.debug(
72+
LOGGER.warn(
7373
"Tombstone record encountered, dropping due to configured '{}' behavior",
7474
TombstoneHandlerConfig.Behavior.DROP_WARN.name().toLowerCase()
7575
);

0 commit comments

Comments
 (0)