diff --git a/config/unbound/unbound-dhcp-leases-bridge b/config/unbound/unbound-dhcp-leases-bridge index e466cdaf9..7f3f6dd79 100644 --- a/config/unbound/unbound-dhcp-leases-bridge +++ b/config/unbound/unbound-dhcp-leases-bridge @@ -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)