Skip to content

Commit

Permalink
docs: explain --ignore-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 14, 2022
1 parent 6ad97ed commit 19623f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Logs can be filtered using `--level`
cat <log-file> | pjl --level 20
```

### OpenTelemetry Log options

Do not output `Resources`

```
cat <log-file> | pjl --ignore-resources
```

## Basic log type

To be pretty printable the basic json line needs to have:
Expand Down

0 comments on commit 19623f6

Please sign in to comment.