fix a typo

This commit is contained in:
mapleeit 2019-04-15 11:30:03 +08:00
parent 96132e3d0a
commit 68687cb972

View file

@ -128,7 +128,7 @@ func isKubernetes() bool {
return os.Getenv("KUBERNETES_SERVICE_HOST") != ""
}
// helper funciton configures the logging.
// helper function configures the logging.
func initLogging(c config.Config) {
if c.Logging.Debug {
logrus.SetLevel(logrus.DebugLevel)