I'm using tls logger and I'm reciving tons of logs...
# general
m
I'm using tls logger and I'm reciving tons of logs like this
d
My understanding is that
--logger_min_status=3
should disable status logs (
log_type: "status"
).
m
using tls logger I have receive "log_type": "status", lines
I have tried with 1,2,3, …. and so on
and "log_type": "status", is sent
d
Did you try also adding
--logger_min_stderr=3
?