[GH-ISSUE #571] Support for logs larger than 10kb? #416

Closed
opened 2026-02-25 23:42:23 +03:00 by kerem · 2 comments
Owner

Originally created by @rwjack on GitHub (Oct 14, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/571

Hi,

I'm using the self-hosted implementation with runitor on debian and I got some rsync logs which go over 10kb, cutting of the beginning and only keeping the last 10kb.

Yes, I have the logs saved locally, but they're easier to access by date with your cool web UI. Was just wondering if it's possible at all to store logs larger than 10kb, even if it's "hacky"?

Originally created by @rwjack on GitHub (Oct 14, 2021). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/571 Hi, I'm using the self-hosted implementation with runitor on debian and I got some rsync logs which go over 10kb, cutting of the beginning and only keeping the last 10kb. Yes, I have the logs saved locally, but they're easier to access by date with your cool web UI. Was just wondering if it's possible at all to store logs larger than 10kb, even if it's "hacky"?
kerem closed this issue 2026-02-25 23:42:23 +03:00
Author
Owner

@rwjack commented on GitHub (Oct 14, 2021):

I should read .env files, sorry.

(For the people looking this up in the future, just increase the log size variable in .env for docker)

<!-- gh-comment-id:943017696 --> @rwjack commented on GitHub (Oct 14, 2021): I should read .env files, sorry. (For the people looking this up in the future, just increase the log size variable in .env for docker)
Author
Owner

@sr7142x commented on GitHub (Feb 12, 2022):

Adding to @cysea, for the future reference - the env. variable is PING_BODY_LIMIT and the default value is set to 10 000 bytes(10KB as mentioned in the docs).

<!-- gh-comment-id:1037200578 --> @sr7142x commented on GitHub (Feb 12, 2022): Adding to @cysea, for the future reference - the env. variable is **PING_BODY_LIMIT** and the default value is set to 10 000 bytes(10KB as mentioned in the docs).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#416
No description provided.