File: README.md

package info (click to toggle)
golang-github-mgutz-logxi 1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: makefile: 7
file content (10 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# filter

Filter is an example of a how to process JSON log
entries using pipes in your shell.

```sh
yourapp | filter
```

You can try see it in action with `godo filter`