nextcloud / nextcloud/context_chat_backend
[feat]: use log rotation for the internal vector db logs
Open
Nobody has claimed this yet.
enhancement
priority: normal
- Dominant language
- Python
- Stars
- 27
- Forks
- 24
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 6
Description
The logs are stored at "$APP_PERSISTENT_STORAGE/vector_db_data/pgsql/logfile" right now.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the configuration or entry point responsible for the internal vector database logs at "$APP_PERSISTENT_STORAGE/vector_db_data/pgsql/logfile". Clarify the expected rotation policy and retention behavior, then verify that logs are rotated at the requested location without disrupting database operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql
- Domain
- databases, observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100