Skip to content
Merged
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
3 changes: 2 additions & 1 deletion src/content/docs/using/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ fetches it. The reader's browser does**, so it requires a session by default.
A binding can opt into shareable logs, which makes that one job's page readable
by anyone holding the link. The same rule applies to
`GET /api/v1/jobs/{id}/logs`. Job ids are random UUIDs, but treat such a link as
a secret.
a secret. Live examples (real Check Runs on a self-hosted instance) are on the
[marketing site demo section](https://openpreflight.xyz/#demo).

Retention and size caps are settings; see
[Configuration](/start/configuration/).
Loading