What is considered a harvester event? #61
Unanswered
cipriani14
asked this question in
Q&A
Replies: 2 comments 2 replies
-
These are harvester events: https://github.com/martomi/chiadog/blob/main/tests/chia_log/logs/harvester_activity/nominal.txt If it's not seeing that, likely you have not configured the correct path to the logs or haven't enabled INFO logging level on Chia. Please double-check that and the README. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting. It’s definitely seeing the logs, because it works for awhile, and then stops seeing the logs. I just launched it and will let it run for a bit.. it sees everything, including the right number of plots I have. I am on Windows, btw.
I wonder if this has to do with the log splitting up into different files after they get to a certain size? For example, I have a main debug.log file that’s slowly growing in size as the log writes to it. But then I have 7 more debug.log.x files, where x is a number from 1-7.
This morning I restarted the script and it stopped working with an hour, however the day before it worked for around 16 hours before I started getting a message about my harvester potentially being down.
…On Apr 29, 2021, 12:49 PM -0600, Martin Mihaylov ***@***.***>, wrote:
These are harvester events: https://github.com/martomi/chiadog/blob/main/tests/chia_log/logs/harvester_activity/nominal.txt
If it's not seeing that, likely you have not configured the correct path to the logs or haven't enabled INFO logging level on Chia. Please double-check that and the README.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’ve been receiving alerts every 5 minutes for the last few hours that my harvester may be down because there have been no events for XXXX seconds. However, I’m watching the CLI plots progress through.
What is it looking for that it’s not seeing?
Beta Was this translation helpful? Give feedback.
All reactions