Skip to content

Commit

Permalink
ログレベル設定方法を追記
Browse files Browse the repository at this point in the history
  • Loading branch information
tetter27 committed Apr 5, 2024
1 parent 89257c8 commit 639216f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -out cert.pem -subj '/

- `cargo run -p moqt-server-sample`

#### ログレベルの指定

- `cargo run -p moqt-server-sample -- -log <Log Level>`
- Default setting is `DEBUG`

### moqt-client-sample の実行

- `cd js && npm install && npm run dev`
Expand Down

0 comments on commit 639216f

Please sign in to comment.