1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 13:17:17 +00:00

Refactor configuration

This commit is contained in:
Darren Shepherd
2015-03-14 21:27:04 -07:00
parent 0f8eb3e21d
commit ac2459ba37
10 changed files with 600 additions and 303 deletions

View File

@@ -277,7 +277,7 @@ func RunInit() error {
}
if cfg.Debug {
cfgString, _ := cfg.Dump()
cfgString, _ := config.Dump(false, true)
if cfgString != "" {
log.Debugf("Config: %s", cfgString)
}