mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +00:00
Fix format 'verbs' (#2115)
This commit is contained in:
committed by
niusmallnan
parent
a08ad16a01
commit
82aaa413f5
@@ -252,7 +252,7 @@ func RunInit() error {
|
||||
config.SaveInitCmdline(cmdLineArgs)
|
||||
|
||||
cfg := config.LoadConfig()
|
||||
log.Debugf("Cmdline debug = %s", cfg.Rancher.Debug)
|
||||
log.Debugf("Cmdline debug = %t", cfg.Rancher.Debug)
|
||||
if cfg.Rancher.Debug {
|
||||
log.SetLevel(log.DebugLevel)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user