Merge pull request #1066 from owncloud/runtime-cleanup

This commit is contained in:
Alex Unger
2020-12-11 14:56:38 +01:00
committed by GitHub
13 changed files with 32 additions and 13 deletions

View File

@@ -87,7 +87,7 @@ func ParseConfig(c *cli.Context, cfg *config.Config) error {
if err := viper.ReadInConfig(); err != nil {
switch err.(type) {
case viper.ConfigFileNotFoundError:
logger.Info().
logger.Debug().
Msg("no config found on preconfigured location")
case viper.UnsupportedConfigError:
logger.Fatal().