1
0
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:
Josh Curl
2016-06-07 19:19:18 -07:00
parent 3728a328ea
commit b279fa85f6
3 changed files with 9 additions and 3 deletions

View File

@@ -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 {