Skip to content

Commit

Permalink
Suppress kafka info logs (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: mihir gore <mihir@mihirs-MacBook-Pro.local>
  • Loading branch information
mihirgt and mihir gore authored Dec 12, 2023
1 parent 4145dc0 commit a8e6f83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/templates/server/log-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ data:
<AppenderRef ref="console"/>
</Root>
<AsyncLogger name="org.reflections" level="error" additivity="false"/>
<Logger name="org.apache.kafka">
<level value="error" />
</Logger>
</Loggers>
</Configuration>
{{- end }}

0 comments on commit a8e6f83

Please sign in to comment.