mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 15:35:53 +03:00
[GH-ISSUE #571] Support for logs larger than 10kb? #416
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#416
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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"?
@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)
@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).