MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / GetLogPath

Method GetLogPath

agent/app/model/runtime.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (r *Runtime) GetLogPath() string {
50 return path.Join(r.GetPath(), "build.log")
51}
52
53func (r *Runtime) GetSlowLogPath() string {
54 return path.Join(r.GetPath(), "log", "fpm.slow.log")

Callers 7

ReadLogByLineMethod · 0.45
startRuntimeFunction · 0.45
reCreateRuntimeFunction · 0.45
buildRuntimeFunction · 0.45
restartRuntimeFunction · 0.45
newWebsiteSSLLoggerFunction · 0.45
OperateRuntimeMethod · 0.45

Calls 1

GetPathMethod · 0.95

Tested by

no test coverage detected