mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 09:49:35 +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(
|
||||
logrus.Fields{
|
||||
"format": "TOML",
|
||||
}).Debugf("loaded configuration")
|
||||
"file": resolved,
|
||||
}).Info("loaded configuration")
|
||||
}
|
||||
|
||||
if err := updateRuntimeConfig(resolved, tomlConf, &config); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user