nextcloud / nextcloud/nextcloud-talk-recording

Don't log requests to welcome endpoint

Open
#6 5 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.