Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn off logging #129

Open
evolution536 opened this issue Feb 21, 2024 · 2 comments
Open

Turn off logging #129

evolution536 opened this issue Feb 21, 2024 · 2 comments

Comments

@evolution536
Copy link

evolution536 commented Feb 21, 2024

This library works like a charm, I love it. However, the amount of logging is enormous and INFO logging can't seem to be turned off. Is there a way this can be turned off with an option?

INFO:plyara.core:Matched strings kvs INFO:plyara.core:Matched rule body INFO:plyara.core:Matched rule: win_cycbot_auto INFO:plyara.core:Matched meta kvs INFO:plyara.core:Matched meta kvs

I have already set console_logging to False but this does not seem to influence the behavior.

Thanks in advance!

@evolution536
Copy link
Author

evolution536 commented Feb 21, 2024

I fixed it by removing all calls to the logger from core.py for now.

@evolution536
Copy link
Author

I see this pull request fixes my problems too: #126. Please merge this PR. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant