Commit b01179b
feat(logs): support log streaming (#2666)
Adds support for live streaming of logs by polling the API every 2
seconds (by default).
Polling interval is configurable via command line argument.
---------
Signed-off-by: Vjeran Grozdanic <vjeran.grozdanic@sentry.io>
Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>
Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>1 parent bffbead commit b01179b
5 files changed
Lines changed: 357 additions & 10 deletions
File tree
- src
- api
- commands/logs
- tests/integration/_cases/logs
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2524 | 2524 | | |
2525 | 2525 | | |
2526 | 2526 | | |
2527 | | - | |
| 2527 | + | |
2528 | 2528 | | |
2529 | 2529 | | |
2530 | 2530 | | |
| |||
0 commit comments