mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
unbound-dhcp-leases-bridge: Include traceback if the worker callback fails
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -400,7 +400,7 @@ class Worker(threading.Thread):
|
||||
try:
|
||||
self.callback(message)
|
||||
except Exception as e:
|
||||
log.error("Callback failed: %s" % e)
|
||||
log.error("Callback failed: %s" % e, exc_info=True)
|
||||
|
||||
log.debug("Worker %s terminated" % self.native_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user