Python - turn off logging

BryanJohnson314
Community Member

Hello,

I'm using Python to automatically sync our CANVAS data into our database. However, I'd prefer to not have the results of each table's syncing printed out (e.g. "No rows to upsert", "No rows to delete").

Is there a way to add a line (or so) to the code so that those logs won't be printed out?

I'm new to this Python package and coding in general.

Thanks!

Labels (4)
0 Likes