perspective.py v0.3.1
I just noticed that the logging_level
property of perpective.Client
object was not working properly so I checked the code out and realized my mistake, thereupon I released a quick fix to it. Now you can change the logging level anytime you want by setting a new value to logging_level
property of your perspective.Client
instance. Literally the exact same thing I said above is available below.
Bug fixes
- Fixed
logging_level
property not working properly (setting a value to it didn't change anything).