From 022d4a838cf58ca217a0083156425310840ac5af Mon Sep 17 00:00:00 2001 From: berhsi Date: Thu, 9 Jul 2020 20:09:36 +0200 Subject: [PATCH] =?UTF-8?q?loglevel=20f=C3=BCr=20vollzugsmeldung=20ge?= =?UTF-8?q?=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- statusd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/statusd.py b/statusd.py index 29f9aa6..7581114 100755 --- a/statusd.py +++ b/statusd.py @@ -261,8 +261,8 @@ def main(): logging.error('Socket timeout') except Exception as e: logging.error('Connection failed: {}'.format(e)) - logging.debug('Connection established') - logging.debug('Peer certificate commonName: {}'.format( + logging.info('Connection established') + logging.info('Peer certificate commonName: {}'.format( conn.getpeercert()['subject'][5][0][1])) logging.debug('Peer certificate serialNumber: {}'.format( conn.getpeercert()['serialNumber']))