Skip to content

Commit

Permalink
doc: update README.md command reference for verbose logging options
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed May 12, 2023
1 parent eb03da0 commit d0a6603
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,29 @@ Options:

[possible values: bash, elvish, fish, powershell, zsh]

--log-format <LOG_FORMAT>
The debug log format [default: pretty]

Possible values:
- compact: Display log data in a compact format
- pretty: Display log data in a pretty format
- json: Display log data in a json format
- chrome: Display log data in Chrome trace format

--log-filter <LOG_FILTER>
The debug log filter [default: trippy=debug]

--log-span-events <LOG_SPAN_EVENTS>
The debug log format [default: off]

Possible values:
- off: Do not display event spans
- active: Display enter and exit event spans
- full: Display all event spans

-v, --verbose
Enable verbose debug logging

-h, --help
Print help (see a summary with '-h')

Expand Down

0 comments on commit d0a6603

Please sign in to comment.