Merge pull request #336 from jodh-intel/show-config-file-name

config: Show which config file loaded
This commit is contained in:
Julio Montes 2018-05-23 07:28:42 -05:00 committed by GitHub
commit 9fb0b337ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -521,7 +521,8 @@ func loadConfiguration(configPath string, ignoreLogging bool) (resolvedConfigPat
kataLog.WithFields(
logrus.Fields{
"format": "TOML",
}).Debugf("loaded configuration")
"file": resolved,
}).Info("loaded configuration")
}
if err := updateRuntimeConfig(resolved, tomlConf, &config); err != nil {