Silencing Request Responses #516
Unanswered
tahir-ijaz
asked this question in
Q&A
Replies: 1 comment
-
Are you using the Python logger for anything else? I suspect something about your setup is triggering CanvasAPI. Here's one way of turning logs on, it might provide some insight as to what you've enabled: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thank you so much for canvasapi, its really awesome!
Perhaps I am doing something wrong. I was wondering if there is a way I could silence request responses being logged to stdout.
For instance, when I try to traverse through enrollments:
stdout gets flooded with following:
I tried setting the logging level to INFO -> WARNING -> ERROR as well as disabling it all together without any success.
Would really appreciate any ideas or suggestions!
Beta Was this translation helpful? Give feedback.
All reactions