diff --git a/context/context.go b/context/context.go index ae94627..02b597c 100644 --- a/context/context.go +++ b/context/context.go @@ -48,7 +48,7 @@ func (c *Context) InitConfiguration() bool { // Read configuration file into []byte. fileData, err := ioutil.ReadFile(normalizedConfigPath) if err != nil { - c.Logger.Error().Err(err).Msg("Failed to read configuration file") + c.Logger.Fatal().Err(err).Msg("Failed to read configuration file") return false }