Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
func
(r *Runtime) GetLogPath() string {
50
return
path.Join(r.GetPath(),
"build.log"
)
51
}
52
53
func
(r *Runtime) GetSlowLogPath() string {
54
return
path.Join(r.GetPath(),
"log"
,
"fpm.slow.log"
)
Callers
7
ReadLogByLine
Method · 0.45
startRuntime
Function · 0.45
reCreateRuntime
Function · 0.45
buildRuntime
Function · 0.45
restartRuntime
Function · 0.45
newWebsiteSSLLogger
Function · 0.45
OperateRuntime
Method · 0.45
Calls
1
GetPath
Method · 0.95
Tested by
no test coverage detected