add debug logs and non-persistent windows routes

This commit is contained in:
Maycon Santos
2024-04-11 15:12:10 +02:00
parent 704c67dec8
commit d6dce06722
4 changed files with 65 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ func SetupCloseHandler(ctx context.Context, cancel context.CancelFunc) {
case <-done:
case <-termCh:
}
dumpStacks()
log.Info("shutdown signal received")
cancel()