Skip to content

Commit

Permalink
app_serving: show recent task log
Browse files Browse the repository at this point in the history
  • Loading branch information
robertchoi80 committed Feb 14, 2023
1 parent 7ea246d commit bbf737e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/appserve_show.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,10 @@ func printAppInfo(app appServeAppTaskCombined, long bool) error {
}
fmt.Println(t.Render())

fmt.Println("\n**************")
fmt.Println("* Recent Log *")
fmt.Println("**************")
fmt.Println(app.Tasks[0].Output)

return nil
}

0 comments on commit bbf737e

Please sign in to comment.