mirror of
https://github.com/rancher/os.git
synced 2025-09-18 16:27:31 +00:00
Only log once during upgrade
This commit is contained in:
@@ -244,9 +244,7 @@ func startUpgradeContainer(image string, stage, force, reboot, kexec bool, upgra
|
||||
return err
|
||||
}
|
||||
|
||||
if err := container.Up(context.Background(), options.Up{
|
||||
Log: true,
|
||||
}); err != nil {
|
||||
if err := container.Up(context.Background(), options.Up{}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user