mirror of
https://github.com/rancher/os.git
synced 2025-09-12 21:23:13 +00:00
Enable logging in more ros command services
This commit is contained in:
@@ -85,7 +85,9 @@ func consoleSwitch(c *cli.Context) error {
|
||||
if err = service.Delete(context.Background(), options.Delete{}); err != nil {
|
||||
return err
|
||||
}
|
||||
return service.Up(context.Background(), options.Up{})
|
||||
return service.Up(context.Background(), options.Up{
|
||||
Log: true,
|
||||
})
|
||||
}
|
||||
|
||||
func consoleList(c *cli.Context) error {
|
||||
|
Reference in New Issue
Block a user