riverqueue / riverqueue/riverui
River UI container - how to disable a startup log
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 236
- Forks
- 39
- Avg merge
- 3h 40m
- Merged PRs (30d)
- 23
Description
Hi, I run riverui as a side container of a pod deployed to a k8s cluster.
Every time this container starts it writes this to the output:
river-ui 2025/01/08 12:48:39 starting server on :8080
The problem is that this is considered an error by Data Dog and is triggering an alert every time the pod is created.
I tried to use new RIVER_LOG_LEVEL setting to suppress it, but it does not seem to do anything.
This is my configuration:
river-ui:
name: river-ui
image:
repository: ghcr.io/riverqueue/riverui
tag: 0.7.0
env:
- name: RIVER_LOG_LEVEL
value: "error"
Would you please advise how to remove this problematic output, thank you.
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
Begin with the RIVER_LOG_LEVEL configuration path and the startup log emitted when the container binds to :8080. Reproduce with value "error" and verify whether the startup message is suppressed or whether the supported configuration needs to explain another way to disable it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops, observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100