mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00:00
Merge pull request #336 from jodh-intel/show-config-file-name
config: Show which config file loaded
This commit is contained in:
commit
9fb0b337ef
@ -521,7 +521,8 @@ func loadConfiguration(configPath string, ignoreLogging bool) (resolvedConfigPat
|
|||||||
kataLog.WithFields(
|
kataLog.WithFields(
|
||||||
logrus.Fields{
|
logrus.Fields{
|
||||||
"format": "TOML",
|
"format": "TOML",
|
||||||
}).Debugf("loaded configuration")
|
"file": resolved,
|
||||||
|
}).Info("loaded configuration")
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := updateRuntimeConfig(resolved, tomlConf, &config); err != nil {
|
if err := updateRuntimeConfig(resolved, tomlConf, &config); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user