X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fservice%2Fcommand%2Fnotify_handler.py;fp=o2ims%2Fservice%2Fcommand%2Fnotify_handler.py;h=8f134aff32944bc2ce9352b1094139b70d26114a;hb=242185955154b1d709c2fdbce5445e4aae8058ac;hp=fe22f2a630aca0a8783b090d280bb3dfa647036c;hpb=531c7749760c6dfdf7ac9c5f2d74688fa7214b42;p=pti%2Fo2.git diff --git a/o2ims/service/command/notify_handler.py b/o2ims/service/command/notify_handler.py index fe22f2a..8f134af 100644 --- a/o2ims/service/command/notify_handler.py +++ b/o2ims/service/command/notify_handler.py @@ -102,7 +102,8 @@ def callback_smo(sub: Subscription, msg: Message2SMO): return logger.error('Notify Response code is: {}'.format(status)) except ssl.SSLCertVerificationError as e: - logger.info('Notify post data with trusted ca failed: {}'.format(e)) + logger.debug( + 'Notify try to post data with trusted ca failed: {}'.format(e)) if 'self signed' in str(e): conn = get_https_conn_selfsigned(o.netloc) try: