1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

Adds more logs

This commit is contained in:
Amir Raminfar
2018-12-04 16:06:56 -08:00
parent 38f90f396f
commit 00615f5ffa

View File

@@ -13,6 +13,7 @@ import (
"net/http"
"os"
"os/signal"
"runtime"
"strings"
"time"
)
@@ -169,6 +170,8 @@ Loop:
break Loop
}
}
log.WithField("NumGoroutine", runtime.NumGoroutine()).Debug("runtime stats")
}
func (h *handler) streamEvents(w http.ResponseWriter, r *http.Request) {