Eyez0nly / omeglespy-z

Automatically exported from code.google.com/p/omeglespy-z
0 stars 0 forks source link

Dump Old Logs to Database #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Logs should not be allowed to accumulate in memory in definitely. Implement a 
caching strategy for logs, only allowing a certain number of logs to remain in 
memory before old ones are dumped to a DB (probably an in-process hsqldb).

The old logs must still be available from the Log Viewer window.

Original issue reported on code.google.com by darkimp...@gmail.com on 20 Feb 2012 at 3:31