Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevels = map[string]logrus.Level{ "TRACE": logrus.TraceLevel, "DEBUG": logrus.DebugLevel, "INFO": logrus.InfoLevel, "WARN": logrus.WarnLevel, "ERROR": logrus.ErrorLevel, "FATAL": logrus.FatalLevel, "PANIC": logrus.PanicLevel, }
LogLevels - mapping between log level specification strings and logrus Level values
Functions ¶
func GenerateDockerClient ¶
GenerateDockerClient returns a docker client configured to talk to the API specified by the environment of the executing process
func GenerateLogger ¶
Accepts the following environment variables: + LOG_LEVEL (value should be one of TRACE, DEBUG, INFO, WARN, ERROR, FATAL, PANIC)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.