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

Function LogJSON

common/runtime/runtime.go:290–292  ·  view source on GitHub ↗

LogJSON returns the --log_json value

()

Source from the content-addressed store, hash-verified

288
289// LogJSON returns the --log_json value
290func LogJSON() bool {
291 return r.GetBool(KeyLogJson)
292}
293
294// LogToFile returns the --log_to_file value
295func LogToFile() 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…