MCPcopy Index your code
hub / github.com/celer-pkg/celer / SetLogPath

Method SetLogPath

pkgs/cmd/exec.go:62–65  ·  view source on GitHub ↗

SetLogPath sets the file path for execution logs (environment variables, command line, output).

(logPath string)

Source from the content-addressed store, hash-verified

60
61// SetLogPath sets the file path for execution logs (environment variables, command line, output).
62func (e *executor) SetLogPath(logPath string) *executor {
63 e.logPath = logPath
64 return e
65}
66
67// WithRetry enables automatic retry on command failure.
68// maxAttempts controls how many times the command will be executed total (1 initial + N retries).

Callers 15

ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80
ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80
ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80
ConfigureMethod · 0.80
BuildMethod · 0.80
InstallMethod · 0.80

Calls

no outgoing calls