mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01:00
Merge pull request #336 from jodh-intel/show-config-file-name
config: Show which config file loaded
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user