add more debug logging to router

This commit is contained in:
Joel Wetzell
2025-12-26 10:38:33 -06:00
parent df9ffdda9e
commit 17106b5096

View File

@@ -123,6 +123,7 @@ func (r *Router) Run() {
}
func (r *Router) Stop() {
r.logger.Debug("stopping")
r.contextCancel()
}