Currently, the SaagieAPI library uses the root logger for logging messages. Would it be possible to use a specific child logger instead?
See :
|
logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)s] %(message)s", datefmt="%d/%m/%Y %H:%M:%S") |
|
logging.info("✅ Successfully connected to your platform %s", self.url_saagie) |