Show More
@@ -205,7 +205,7 b' def map_vcs_exceptions(func):' | |||||
205 | args = e.args |
|
205 | args = e.args | |
206 | else: |
|
206 | else: | |
207 | args = [__traceback_info__ or 'unhandledException'] |
|
207 | args = [__traceback_info__ or 'unhandledException'] | |
208 |
if __traceback_info__ and kind |
|
208 | if __traceback_info__ and kind not in ['unhandled', 'lookup']: | |
209 | # for other than unhandled errors also log the traceback |
|
209 | # for other than unhandled errors also log the traceback | |
210 | # can be usefull for debugging |
|
210 | # can be usefull for debugging | |
211 | log.error(__traceback_info__) |
|
211 | log.error(__traceback_info__) |
General Comments 0
You need to be logged in to leave comments.
Login now