We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdc1e0 commit 7d2d70bCopy full SHA for 7d2d70b
cmd/mc-router/main.go
@@ -48,7 +48,7 @@ func main() {
48
logrus.WithError(err).Fatal("trying to create cpu profile file")
49
}
50
51
- logrus.Info("Starting cpu profiling")
+ logrus.WithField("file", cpuProfileFile).Info("Starting cpu profiling")
52
err = pprof.StartCPUProfile(cpuProfileFile)
53
if err != nil {
54
logrus.WithError(err).Fatal("trying to start cpu profile")
0 commit comments