Skip to content

Commit

Permalink
doc: update README.md to add an verbose logging example
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed May 12, 2023
1 parent 7778164 commit d1f80fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@ Generate `bash` shell completions (or `fish`, `powershell`, `zsh`, `elvish`):
trip --generate bash
```

Run in `silent` tracing mode and output `compact` trace logging with `full` span events:

```shell
trip www.example.com -m silent -v --log-format compact --log-span-events full
```

## Command Reference

```shell
Expand Down

0 comments on commit d1f80fd

Please sign in to comment.