2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-05 23:53:19 +00:00

Add additional session error logging for authentication failures

This commit is contained in:
Peter Hamilton
2019-01-29 13:47:48 -05:00
committed by Peter Hamilton
parent 5e212b32a3
commit 7648ea801b

View File

@@ -263,6 +263,7 @@ class KmipSession(threading.Thread):
self._logger.warning(
"Authentication failed."
)
self._logger.error(e)
self._logger.exception(e)
else:
self._logger.debug(