Skip to content

Commit

Permalink
add output flag details to flags table
Browse files Browse the repository at this point in the history
  • Loading branch information
chandanpasunoori authored Jan 6, 2023
1 parent 9862b17 commit 9910043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Flag | Description
`--log-level LEVEL` | Set the logging level (default: `error`)
`--log-file PATH` | Write output to `PATH` (default: `/dev/stderr`)
`--since DURATION` | Display logs as old as given duration. Ex: `5s`, `2m`, `1.5h` or `2h45m` (defaults: `1s`)
`-o, --output` | You can choose to display logs in default, raw (without prefix), json, pretty json and zerolog formats.
See [here](https://golang.org/pkg/time/#ParseDuration) for more information on the duration format.

## Installing
Expand Down

0 comments on commit 9910043

Please sign in to comment.