HomeSoftware Heritage

fuse: use logging.exception() instead of .debug()

Description

fuse: use logging.exception() instead of .debug()

During development of new features, enabling the DEBUG log-level every
time to hunt down a runtime exception is unpractical since the DEBUG
level is very verbose and does not include the exception traceback.
Using the logging.exception() method fixes all these issues.

Details

Provenance
haltodeAuthored on Nov 16 2020, 1:19 PM
haltodePushed on Nov 16 2020, 1:53 PM
Differential Revision
D4478: fuse: use logging.exception() instead of .debug()
Parents
rDFUSE604665ab40ec: cache: replace asizeof() call with simpler heuristic
Branches
Unknown
Tags
Unknown
Build Status
Buildable 17099
Build 26391: test-and-buildJenkins console · Jenkins