mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
normalize log messages to use lowercase
This commit is contained in:
@@ -87,7 +87,7 @@ func ParseConfig(c *cli.Context, cfg *config.Config) error {
|
||||
switch err.(type) {
|
||||
case viper.ConfigFileNotFoundError:
|
||||
logger.Info().
|
||||
Msg("Continue without config")
|
||||
Msg("no config found on preconfigured location")
|
||||
case viper.UnsupportedConfigError:
|
||||
logger.Fatal().
|
||||
Err(err).
|
||||
|
||||
Reference in New Issue
Block a user