forked from Krautspace/doorstatus
loglevel für vollzugsmeldung geändert
This commit is contained in:
parent
6872800bba
commit
022d4a838c
1 changed files with 2 additions and 2 deletions
|
@ -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']))
|
||||
|
|
Loading…
Reference in a new issue