We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any query yields the following error message:
Connection Error: StatusCodeException (Status {statusCode = 500, statusMessage = "Internal Server Error"}) [ ("Transfer-Encoding","chunked") , ("Date","Fri, 04 Sep 2015 05:47:07 GMT") , ("Server","Warp/3.0.13.1") , ("Content-Type","text/plain; charset=utf-8") , ("X-Response-Body-Start","hunt.log: commitBuffer: resource exhausted (No space left on device)") , ("X-Request-URL","POST http://localhost:3000/eval") ] (CJ {expose = []})
The text was updated successfully, but these errors were encountered:
Thanks. The logs are growing too big. Maybe we should delete logs older than a month.
Sorry, something went wrong.
You could use logrotate together with size 10M to keep only the last 60MB or so of your logs.
logrotate
size 10M
No branches or pull requests
Any query yields the following error message:
The text was updated successfully, but these errors were encountered: