nhairs / nhairs/python-json-logger
Practical alternative to this, probably
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 270
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
As someone who needed to implement a simple JSON-POST logging handler, I've come across this package, but ended up monkey-patching the not-terribly-friendly HTTPHandler instead. Since JSON logging generally makes sense when a-sort-of streaming to some collection system -- and since I myself is pretty far from active involvement in Python community, maybe someone here will find this useful: https://gist.github.com/costa/a72e53854fc93e14874452adbc6ea9c3
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 reviewing the linked gist and Python's HTTPHandler, then determine whether this proposal should become a supported JSON-POST logging handler. The issue does not define acceptance criteria; done would require an agreed scope, behavior, and tests for sending structured logs to a collection system.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100