You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 on this solution. We have a similar issue where we have to pass password in our ssl options, which means we are logging our password in plain text. Downgrading to debug would solve this for us. I created the PR linked above in the supervisor3 repo.
Hi, I'm trying to find a way to disable the log that prints out on the producer start up
Do you know where does it happen? Went through all codes but couldn't find which module is emitting that.
The reason I don't disable
notice
log is because I still want to getinfo
logs.This startup log was not an issue so far. However since I moved to OTP 25 and using
:public_key.cacerts_get()
as inI see 160 lines of logs in my logs
Update:
Seems like it's from supervisor3.
As supervisor3 is mainly used by brod, would you mind if we change
supervisor3
?To either not log the progress or log it with
debug
severityThe text was updated successfully, but these errors were encountered: