heety313 / ironlog

A rust web logging tool for simple logging from many nodes within a network
MIT License
3 stars 2 forks source link

Log Storage and Recovery #1

Closed heety313 closed 3 weeks ago

heety313 commented 3 weeks ago

This enhancement introduces the capability for permanent log storage and retrieval on the server. It will enable seamless use of the Ironlog system for reviewing logs by allowing users to send a log dump and access the data through a web-based viewer.

To maintain system efficiency, a lightweight local storage solution, such as SQLite or an appendable log file, will be implemented. This approach minimizes resource usage while providing continuous log storage. Additionally, log compression mechanisms will be considered to manage storage requirements as log data grows in size.

heety313 commented 3 weeks ago

9f7e1254dea25ab0abbebf42ab0dad2a42fe0d67