farmbot_os
farmbot_os copied to clipboard
[bug, minor] Recurrent FarmEvent causes too many Logger records
I set up 1 Event to run 1 Sequence per Day until :infinity :). This is what appears in the RingLogger output . . can these 15 second "Developer" logs be shut off ?
:-)
@jsimmonds2 That's an "Everything is OK" alarm from the FarmEvent runner :stuck_out_tongue_winking_eye:. I can see how the log is useful when debugging the FarmEvent runner (especially in situations where the runner silently dies), but do agree it is not very useful when the FarmEvent runner is working as intended. I might just comment this out, since we have not needed to debug this part of FBOS frequently. I can un-comment the line in dev later if needed.
I've commented it out in 03b7b4d