-
Notifications
You must be signed in to change notification settings - Fork 718
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
RFE: Add remote logging via syslog protocol #2819
Comments
I like the idea. |
The next SD card seems to be done. As mentioned before, I cannot do the porting but I can test, trouble shoot, and write bug reports. In the linked issue another library is mentioned One of these two issues should be closed, dunno which one. Christian |
You write "The next SD card seems to be done", however this is not meaningful^^ |
And I have cheap cards (Ali Express, noname) with a 2 minutes interval and logging and no issues for years... |
+1 for remote logging |
+1 |
1 similar comment
+1 |
Until January I re-used old SD-Cards and they did the job for some weeks. In January I used a new one and it made the the Job until last week. Then the SD-Card become read-only and allowed me to copy the content to a new "Kingston Industrial Grade". (Dunno if that means something.) |
From experience, the "high speed" cards get very hot and if the heat from the ESP32+OV2640 is added to it, it can happen that they break more quickly. The industrial version should be able to withstand more heat, but whether that will be enough for it to last longer, who knows. That's why I always use the cheapest cards, they're not that fast and don't really get warm. |
The Feature
I was not able to find any Issues or Discusisons on this topic.
I suggest to add remote syslog as another option to collect logfiles. From my point of view there are several benefits
I found an syslog implementation for ESP32: https://github.com/arcao/Syslog
My last C++ programming was done the end of the last century, so sadly I am no longer able to test it on my own. 😞
Please consider adding syslog.
Christian
The text was updated successfully, but these errors were encountered: