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:
@@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user