6 lines
238 B
Markdown
6 lines
238 B
Markdown
|
# Notes
|
||
|
|
||
|
- Building a ringbuffer like structure for sliding window logs in the server.
|
||
|
- Move logs to cold storage in rocksdb, after they're expelled from the ringbuffer
|
||
|
|
||
|
- Implement rocksdb in the agents to support settings and whatnot
|