Skip to content
New issue

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

Omit sending OTA progress to syslog #196

Closed
Mane76 opened this issue Jun 5, 2022 · 1 comment
Closed

Omit sending OTA progress to syslog #196

Mane76 opened this issue Jun 5, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Mane76
Copy link

Mane76 commented Jun 5, 2022

By checking the syslog (either local or using syslog.lora-aprs.info) it is visible that OTATask is is sending the start, the progress, the end or the error of an OTA event. OTA start, end and error or only single lines, but progress is 9 (!) pages of unneeded information to syslog.lora-aprs.info. This produces unneeded traffic locally but also produces unneeded traffic to the syslog Server. Currently there are 200+ LoRa_APRS_iGates logging to syslog.lora-aprs.info, the number is steadily increasing.

To reproduce simply check the syslog, all versions are affected.

The expected behaviour would be to omit sending the OTA progress to syslog.

Solution:
delete the lines 26, 27 and 28 in src/TaskOTA.cpp

Thank you
Manfred

@Mane76 Mane76 added the bug Something isn't working label Jun 5, 2022
@peterus peterus closed this as completed Jun 6, 2022
@peterus
Copy link
Member

peterus commented Jun 6, 2022

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants