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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: