fix a typo
This commit is contained in:
parent
96132e3d0a
commit
68687cb972
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue