Skip to content

Commit

Permalink
0004235: Kafka driver outputs INFO log message, causing noise in the log
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmarzullo64 committed Jan 9, 2020
1 parent e43bc3b commit 2d73462
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions symmetric-server/src/main/deploy/conf/log4j.xml
Expand Up @@ -120,6 +120,10 @@
<priority value="FATAL" />
</category>

<category name="io.confluent.kafka.serializers.KafkaAvroSerializerConfig">
<priority value="WARN" />
</category>

<!-- Uncomment to see CSV protocol from sending batches -->
<!--
<category name="org.jumpmind.symmetric.io.data.writer.ProtocolDataWriter">
Expand Down
4 changes: 4 additions & 0 deletions symmetric-util/src/test/resources/log4j.xml
Expand Up @@ -131,6 +131,10 @@
<priority value="FATAL" />
</category>

<category name="io.confluent.kafka.serializers.KafkaAvroSerializerConfig">
<priority value="WARN" />
</category>

<!-- Uncomment to see CSV protocol from sending batches -->
<!--
<category name="org.jumpmind.symmetric.io.data.writer.ProtocolDataWriter">
Expand Down

0 comments on commit 2d73462

Please sign in to comment.