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

Send warning to user when log file is too big #51

Open
vschiavoni opened this issue Sep 23, 2015 · 0 comments
Open

Send warning to user when log file is too big #51

vschiavoni opened this issue Sep 23, 2015 · 0 comments

Comments

@vschiavoni
Copy link
Member

The command splay-get-log silently tries to fetch a job log, ignoring potential big files.
Possible solutions:
1 - the rcp-server first checks the size of the log against a configuration parameter, and if the log is too big, it sends back to the client a warning about the size
2 - the client could specify an option to force the operation despite its size (--force, -f)
3 - the client asks to first compress the log and then fetch the log_job_X.zip file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant