Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch job's logs since specific timestamp #154

Open
iszulcdeepsense opened this issue Feb 2, 2023 · 2 comments
Open

Fetch job's logs since specific timestamp #154

iszulcdeepsense opened this issue Feb 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@iszulcdeepsense
Copy link
Collaborator

Right now it's only possible to read job's logs from the end with --tail flag. This makes it hardly possible to look up the logs from a few days ago (--tail=1000000 in combination of a lot of patience). There should be --since parameter (and maybe --until) allowing to do that like it is in docker:

       --since=""       Show  logs since timestamp (e.g. 2013-01-02T13:23:37Z) or rela‐
       tive (e.g. 42m for 42 minutes)
       -n, --tail="all"      Number of lines to show from the end of the logs
       --until=""      Show logs before a timestamp (e.g. 2013-01-02T13:23:37Z) or rel‐
       ative (e.g. 42m for 42 minutes)

It refers to reading logs by CLI Racetrack client, but maybe this mechanism could be implemented in Dashboard ("Runtime logs" button) too, if possible.

@iszulcdeepsense iszulcdeepsense added the enhancement New feature or request label Feb 2, 2023
@JosefAssadERST
Copy link
Member

JosefAssadERST commented Feb 3, 2023

I don't disagree with the feature, but is there someone specific asking for this right now?

I just put new batteries in my YAGNI-lyzer.

@iszulcdeepsense
Copy link
Collaborator Author

No one asked about it now. Maybe some day someone complained about too much logs to browse, but it was 11 months ago when the original issue was created. I've transferred it from an old issue tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants