Add verbose logging flag to log incoming connections
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 7.5k
- Forks
- 311
- Avg merge
- 7h 7m
- Merged PRs (30d)
- 59
Description
In server mode, there should be a flag to log all incoming connections: from what IP/key, to what key/service, etc.
Options:
--logs--verbose--server-logs--log-clients
etc
Contributor guide
No contributing guide indexed for this repository
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 server-mode flag handling and the code path that accepts incoming connections. Confirm the project’s preferred flag name and logging conventions, then trace the connection details requested in the issue. Done means the selected flag logs each incoming connection with its source and destination information without changing normal server behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100