River UI container - how to disable a startup log

オープン
#267 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
kubernetes

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
TypeScript
スター
236
フォーク
39
平均マージ
3時間 40分
マージ済み PR(30日)
23

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

riverqueue/riverui のほかの issue

riverqueue/riverui の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。