PyKMIP/kmip/pie
Tim Burke eb2fee80e8 Stop logging tracebacks when we're about to reraise
At that point, it's up to the caller to decide whether a stack trace is
appropriate; if the caller decides the connection error is recoverable,
us logging a traceback will only confuse things.

Also, prevent a TypeError during log interpolation by actually using the
argument we were providing.
2018-06-22 11:53:25 -07:00
..
__init__.py Update the kmip package to support importing the client 2017-10-11 10:19:22 -04:00
client.py Stop logging tracebacks when we're about to reraise 2018-06-22 11:53:25 -07:00
exceptions.py Modify KmipOperationFailure to expose status/reason/message attributes 2017-04-04 11:36:05 -07:00
factory.py Rename the CertificateTypeEnum enum to CertificateType 2017-10-11 08:24:55 -04:00
objects.py Rename the CertificateTypeEnum enum to CertificateType 2017-10-11 08:24:55 -04:00
sqltypes.py Update the object data model to support storing key wrapping data 2017-09-30 16:56:02 -04:00