Skip to content

Commit 7b66ab6

Browse files
authored
Link to preview logs (#18602)
1 parent 7cde715 commit 7b66ab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/preview/previewctl/cmd/report.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ var tmplString = `
2222
<li><b>🔗 URL</b> - <a href="https://{{ .Name }}.preview.gitpod-dev.com/workspaces" target="_blank">{{ .Name }}.preview.gitpod-dev.com/workspaces</a>.</li>
2323
<li><b>📚 Documentation</b> - See our <a href="https://www.notion.so/gitpod/6debd359591b43688b52f76329d04010#7c1ce80ab31a41e29eff2735e38eec39" target="_blank">internal documentation</a> for information on how to interact with your preview environment.</li>
2424
<li><b>📦 Version</b> - {{ .Version }}</li>
25+
<li><b>🗒️ Logs</b> - <a href="https://console.cloud.google.com/logs/query;query=jsonPayload.kubernetes.host%3D%22preview-{{ .Name }}%22%0A%0A--%20Filter%20on%20service:%0A--%20jsonPayload.serviceContext.service%3D%22ws-manager-mk2%22%0A;duration=P1D?project=gitpod-core-dev" target="_blank">GCP Logs Explorer</a></li>
2526
</ul>
2627
`
2728

0 commit comments

Comments
 (0)