Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Logging System #35

Open
devin-ai-integration bot opened this issue Feb 15, 2025 · 0 comments
Open

Document Logging System #35

devin-ai-integration bot opened this issue Feb 15, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@devin-ai-integration
Copy link
Contributor

Add documentation for the logging system including:

  • Database schema
  • Query examples
  • Log maintenance
  • Configuration options

Example additions:

## 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

@devin-ai-integration devin-ai-integration bot added documentation Improvements or additions to documentation good first issue Good for newcomers labels Feb 15, 2025
@ncoop57 ncoop57 added the help wanted Extra attention is needed label Feb 15, 2025
@ncoop57 ncoop57 marked this as a duplicate of #37 Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant