Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ログレベル設定コマンドの追加 #35

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

tetter27
Copy link
Collaborator

@tetter27 tetter27 commented Apr 5, 2024

概要

  • moqt-server-sampleへclapを追加
  • moqt-serverのMOQTConfigへlog_levelを追加
  • moqt-serverへ検証コードを追加

仕様

  • 引数を指定しなかった場合はDEBUGで動作
  • 引数はcargo run -p moqt-server-sample -- -log <Log Level>で設定
    • README.mdへ記載済み
    • 設定可能なログレベルはtracing準拠
      • [OFF, TRACE, DEBUG, INFO, WARN, ERROR]
  • 引数が上記以外の場合はpanicで終了

特記事項

@yuki-uchida yuki-uchida merged commit 2308c10 into master Apr 5, 2024
3 checks passed
@yuki-uchida yuki-uchida deleted the feat/log-level-command branch April 5, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants