mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
more verbose logging
This commit is contained in:
parent
9642f479c2
commit
921ff34f9d
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class EventHandler(pyinotify.ProcessEvent):
|
|||
try:
|
||||
info = pkgreader.readpkg(act.path)
|
||||
except:
|
||||
logger.error('failed to read info for package %s', act.path)
|
||||
logger.error('failed to read info for package %s', act.path, exc_info=True)
|
||||
info = None
|
||||
info = pickle.dumps(info)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue