Throughout the docs, it defines ipsdk.logging, when the correct syntax is logger e.g. in the docs `ipsdk.logging.set_level(ipsdk.logging.DEBUG)` whereas, it should be `ipsdk.logger.set_level(ipsdk.logger.DEBUG)`