Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/lk/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
).Run(); err != nil {
return err
} else if viewLogs {
fmt.Println("Tailing runtime logs...safe to exit at any time")
fmt.Println("Tailing runtime logs...safe to exit at any time. You can view deployment logs later with `lk agent logs --log-type=deploy`")
return agentsClient.StreamLogs(ctx, "deploy", lkConfig.Agent.ID, os.Stdout, resp.ServerRegions[0])
}
}
Expand Down
Loading