CaliDog / certstream-python

Python library for connecting to CertStream
MIT License
425 stars 72 forks source link

Func listen_for_events param setup_logger not used #58

Open schimpy opened 1 year ago

schimpy commented 1 year ago

Hello team, I want to supress logging of the script on stdout and redirect it to the log file. I discovered a parameter in listen_for_events function called setup_logger that is by default set to True. However, this variable seems not to be used anywhere within the code itself, so it is kind of useless asit will not allow me to use it.

Any ideas how to workaround this?

Thanks, S.