This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Open Questions:
- What logging library are we using? Stdlib or 3rd party and why?
- What log levels are supported?
- Is logging configurable by user?
- How do you handle log rotation and file size limits?
- Are logs formatted consistently? e.g. timestamp, source of issue, message
- How are we passing through upstream errors, e.g. llamacpp errors
- Where are logs stored?
- Is logging threadsafe? Are there multiple processes writing to the same logs?
- Is there a Cortex command to tail logs?