nextcloud / nextcloud/nextcloud-talk-recording
Don't log requests to welcome endpoint
Open
Nobody has claimed this yet.
1. to develop
enhancement
- Dominant language
- Python
- Stars
- 34
- Forks
- 16
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 4
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
When running the recording server in Kubernetes and have probes configured for the /api/v1/welcome endpoint, the log get spammed with all the probes. It would be great if logging could be disabled for this endpoint.
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
The affected entry point is /api/v1/welcome in the recording server; start by locating its request handling and current request logging. Check how Kubernetes probes reach it, then verify that requests to this endpoint no longer appear in logs while other endpoint logging remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, python
- Domain
- backend, observability
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100