You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: some of my jobs output a looooot of messages (they can run for a few days and produce a line every second). So when I do neuro logs of them, I need to wait for several minutes when it loads the whole job's output, whereas I need to see only the latest N lines.
Proposal: add a flag neuro logs --since 1h to start displaying logs since 1h ago, or neuro logs --latest=10 to start displaying logs since 10 latest lines.
The text was updated successfully, but these errors were encountered:
Problem: some of my jobs output a looooot of messages (they can run for a few days and produce a line every second). So when I do
neuro logs
of them, I need to wait for several minutes when it loads the whole job's output, whereas I need to see only the latest N lines.Proposal: add a flag
neuro logs --since 1h
to start displaying logs since 1h ago, orneuro logs --latest=10
to start displaying logs since 10 latest lines.The text was updated successfully, but these errors were encountered: