1
0
mirror of https://github.com/rancher/os.git synced 2025-09-05 00:37:12 +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

@@ -27,7 +27,9 @@ func Main() {
log.Fatal(err)
}
if err = project.Up(context.Background(), options.Up{}, "console"); err != nil {
if err = project.Up(context.Background(), options.Up{
Log: true,
}, "console"); err != nil {
log.Fatal(err)
}