Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

River UI container - how to disable a startup log

Aperta
#267 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
kubernetes

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
TypeScript
Stelle
236
Fork
39
Merge medio
3h 40m
PR unite (30g)
23

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di riverqueue/riverui

Tutte le issue di riverqueue/riverui

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.