MCPcopy Create free account
hub / github.com/pydio/cells / LogToFile

Function LogToFile

common/runtime/runtime.go:295–297  ·  view source on GitHub ↗

LogToFile returns the --log_to_file value

()

Source from the content-addressed store, hash-verified

293
294// LogToFile returns the --log_to_file value
295func LogToFile() bool {
296 return r.GetBool(KeyLogToFile)
297}
298
299// IsFork checks if the runtime is originally a fork of a different process
300func IsFork() bool {

Callers 1

initLogLevelFunction · 0.92

Calls 1

GetBoolMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…