mirror of
https://github.com/rancher/os.git
synced 2025-09-12 13:17:17 +00:00
Refactor configuration
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user