mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
logging: write pid file path and pid during startup
This commit is contained in:
parent
c5400ffe76
commit
284cacf560
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user