AnswerDotAI / AnswerDotAI/shell_sage
Document Logging System
Open
documentation
good first issue
help wanted
- Dominant language
- Jupyter Notebook
- Stars
- 409
- Forks
- 45
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Add documentation for the logging system including:
- Database schema
- Query examples
- Log maintenance
- Configuration options
Example additions:
```markdown
## Logging
Logs are stored in SQLite at ~/.shell_sage/log_db/logs.db
Schema:
- timestamp: DateTime
- query: Text
- response: Text
- model: Text
```
Estimated time: 1-2 hours
Contributor guide
Assessment
This issue has not been assessed yet.