mirror of https://github.com/OpenKMIP/PyKMIP.git
Add additional session error logging for authentication failures
This commit is contained in:
parent
5e212b32a3
commit
7648ea801b
|
@ -263,6 +263,7 @@ class KmipSession(threading.Thread):
|
||||||
self._logger.warning(
|
self._logger.warning(
|
||||||
"Authentication failed."
|
"Authentication failed."
|
||||||
)
|
)
|
||||||
|
self._logger.error(e)
|
||||||
self._logger.exception(e)
|
self._logger.exception(e)
|
||||||
else:
|
else:
|
||||||
self._logger.debug(
|
self._logger.debug(
|
||||||
|
|
Loading…
Reference in New Issue