How do I disable all the connection logging that shows up for the consumers while brod is running? #586
-
How do i disable all the connection logging that shows up for the consumers while brod is running? It makes STOUT a nightmare to use. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, @itsMarydan |
Beta Was this translation helpful? Give feedback.
-
Hi @itsMarydan
|
Beta Was this translation helpful? Give feedback.
Hi @itsMarydan
these are supervisor progress logs which is out of
brod
app's control.you can install a log filter to have them dropped: https://www.erlang.org/doc/apps/kernel/logger_chapter#filters
here is an example app env which drops progress reports