...

Source file src/github.com/Microsoft/hcsshim/cmd/gcstools/generichook/defs.go

Documentation: github.com/Microsoft/hcsshim/cmd/gcstools/generichook

     1  package generichook
     2  
     3  // LogDebugFileEnvKey represents an optional environment variable key to be used to
     4  // determine what file containing the ran spec hook's debug contents the `generichook`
     5  // binary should read and log to logrus on spec hook error.
     6  const LogDebugFileEnvKey = "GENERIC_HOOK_LOG_DEBUG_FILE"
     7  

View as plain text