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

[Logging] Symlink latest logs to a latest path #3617

Closed
romilbhardwaj opened this issue May 30, 2024 · 3 comments · May be fixed by #3769
Closed

[Logging] Symlink latest logs to a latest path #3617

romilbhardwaj opened this issue May 30, 2024 · 3 comments · May be fixed by #3769
Labels

Comments

@romilbhardwaj
Copy link
Collaborator

We should have a symlinked path like ~/sky_logs/latest/ which links to the logs of the last run.

We see a lot of questions around how to debug provisioning and see logs, and having a symlinked path in addition to the usual timestamped path would make that easier.

Similar to how ray has a session_latest dir under /tmp/ray/

-rw-r--r--   1 romilb  wheel    98 May 30 10:03 prom_metrics_service_discovery.json
drwxrwxrwx   8 romilb  wheel   256 May 30 10:00 session_2024-05-30_10-00-19_878676_78762
drwxrwxrwx  10 romilb  wheel   320 May 30 10:02 session_2024-05-30_10-02-54_265418_80116
lrwxr-xr-x   1 romilb  wheel    49 May 30 10:02 session_latest -> /tmp/ray/session_2024-05-30_10-02-54_265418_80116
@ksasi
Copy link
Contributor

ksasi commented Jun 23, 2024

I think that the creation of symlink can happen just for cluster creation and deletion (local_up and local_down) as most of the questions may be for these operations. Looking for your thoughts and suggestions.

Copy link
Contributor

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Oct 22, 2024
Copy link
Contributor

github-actions bot commented Nov 1, 2024

This issue was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants