HomeSoftware Heritage

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

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

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()
Build Status
Buildable 17099
Build 26391: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.