diff --git a/cmd/appserve_show.go b/cmd/appserve_show.go index e2047f5..5cde632 100644 --- a/cmd/appserve_show.go +++ b/cmd/appserve_show.go @@ -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 }