| Index: milo/appengine/swarming/build.go
|
| diff --git a/milo/appengine/swarming/build.go b/milo/appengine/swarming/build.go
|
| index 88545fbd84b185af99dc3c4cb4d5d26b8145b73f..c2d9037f8073df2b297c4cc45f911129e593b764 100644
|
| --- a/milo/appengine/swarming/build.go
|
| +++ b/milo/appengine/swarming/build.go
|
| @@ -731,7 +731,7 @@ func isAllowed(c context.Context, tags []string) bool {
|
| // taskPageURL returns a URL to a human-consumable page of a swarming task.
|
| // Supports server aliases.
|
| func taskPageURL(swarmingHostname, taskID string) string {
|
| - return fmt.Sprintf("https://%s/task?id=%s&show_raw=1", swarmingHostname, taskID)
|
| + return fmt.Sprintf("https://%s/task?id=%s&show_raw=1&wide_logs=true", swarmingHostname, taskID)
|
| }
|
|
|
| // botPageURL returns a URL to a human-consumable page of a swarming bot.
|
|
|