diff --git a/pkg/cmd/grafana-server/server.go b/pkg/cmd/grafana-server/server.go index e90acf7bc78..eab55ec3d9d 100644 --- a/pkg/cmd/grafana-server/server.go +++ b/pkg/cmd/grafana-server/server.go @@ -142,4 +142,6 @@ func (g *GrafanaServerImpl) writePIDFile() { g.log.Error("Failed to write pidfile", "error", err) os.Exit(1) } + + g.log.Info("Writing PID file", "path", *pidFile, "pid", pid) }