riverqueue / riverqueue/riverui

River UI container - how to disable a startup log

Open
#267 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.