NatLabRockies / NatLabRockies/api-umbrella
Better logging (to stdout/stderr) for docker environment
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 2.2k
- Forks
- 373
- PR merge metrics
- No merged PRs in 30d
Description
Currently we log output from the various processes inside API Umbrella to files in /var/log/api-umbrella. But for Docker (and other environments) it may be preferable to redirect all of this log output to STDOUT/STDERR.
See https://github.com/NREL/api-umbrella/issues/365#issuecomment-300347288
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 tracing how the processes write to /var/log/api-umbrella and review the Docker environment involved in API Umbrella. Compare the related discussion in issue 365, then define completion as the relevant log output being available through Docker's STDOUT/STDERR without losing the existing process logs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100