Log streaming with json-file rotate
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 13d 8h
- Merged PRs (30d)
- 2
Description
When trying to use the SDK along with a container using "json-file" logging configuration with a rotate set to 200k, once the rotate occurs the streaming logs API will hang indefinitely and not pick up new logs coming in.
I've fixed this locally for now by increasing the max-size for the log, however is this something anyone else has experienced?
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 reproducing the SDK's streaming logs API with Docker's json-file logging configuration and a 200k rotation limit. Trace what happens when rotation occurs and verify that the stream continues receiving new logs instead of hanging indefinitely.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100