mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
Merge pull request #70 from felix-engelmann/master
KMIPServer serve log exceptions
This commit is contained in:
commit
f3abf96c11
@ -69,7 +69,8 @@ class KMIPServer(object):
|
||||
try:
|
||||
while True:
|
||||
self._processor.process(protocol, protocol)
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
self.logger.error('KMIPServer {0} {1}'.format(type(e),e))
|
||||
connection.close()
|
||||
|
||||
def _set_variables(self, host, port, keyfile, certfile, cert_reqs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user