Skip to content

Support --since arg for dstack logs command#3258

Merged
r4victor merged 1 commit intomasterfrom
issue_3035_tail_logs
Nov 5, 2025
Merged

Support --since arg for dstack logs command#3258
r4victor merged 1 commit intomasterfrom
issue_3035_tail_logs

Conversation

@r4victor
Copy link
Copy Markdown
Collaborator

@r4victor r4victor commented Nov 5, 2025

#3035

The PR adds the --since argument to the dstack logs CLI command that allows showing only recent logs. It supports both relative duration and a timestamp:

✗ dstack logs logs-task --since 2025-11-05T08:54:15Z
348
349
350
351
352
353
✗ dstack logs logs-task --since 5m
350
351
352
353

@r4victor r4victor merged commit 2471d4b into master Nov 5, 2025
28 checks passed
@r4victor r4victor deleted the issue_3035_tail_logs branch November 5, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant