MCPcopy Create free account
hub / github.com/Shopify/goose / LogFields

Method LogFields

shell/shell.go:70–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func (w *wrapper) LogFields() logrus.Fields {
71 return logrus.Fields{
72 "cmdPath": w.path,
73 "cmdArgs": w.args,
74 "cmdEnv": w.env,
75 }
76}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected