River UI container - how to disable a startup log

Abierto
#267 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
35/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
kubernetes

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.

Lenguaje dominante
TypeScript
Estrellas
236
Forks
39
Merge medio
3 h 40 min
PR fusionados (30 d)
23

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de riverqueue/riverui

Todos los issues de riverqueue/riverui

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.