Ally Shayan Haque
Results
1
issues of
Ally Shayan Haque
Hi, I am getting an SSL certificate, while using the plugin. Code: ``` logger = logging.getLogger(__name__) logger.setLevel(logging.DEBUG) sh = SlackHandler(username='logger', icon_emoji=':robot_face:', url=buildConfig['slack']['url']) sh.setLevel(logging.DEBUG) f = SlackFormatter() sh.setFormatter(f) logger.addHandler(sh) ``` Log:...