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