Don't swallow GSSError
jonfreedman opened this issue · 2 comments
jonfreedman commented
In authenticate_server you are catching kerberos.GSSError but not logging it, see https://github.com/requests/requests-kerberos/blob/master/requests_kerberos/kerberos_.py#L362
jab commented
Are you sure? log.exception
implicitly shows the exception, along with the traceback to boot.
jonfreedman commented
I agree the link I grabbed is showing the error is logged... I was using this in a non-core project so I can't remember exactly what I was doing in order to reproduce, closing.