Skip to content

Commit

Permalink
readme addition
Browse files Browse the repository at this point in the history
  • Loading branch information
zgiber committed Apr 23, 2019
1 parent 6756e08 commit ca63d6a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Log entries must be newline delimited, one JSON log must be a single line.

There are a few fields which it does understand and prints with special formatting:
- time (RFC3339)
- level string
- msg string
- level (string)
- msg (string)

# How?

Expand All @@ -17,3 +17,7 @@ There are a few fields which it does understand and prints with special formatti
## Feed it with things

cat my_mixed.log | logfilter

# Notes

This is a rudimentary single purpose tool, might change, might not.

0 comments on commit ca63d6a

Please sign in to comment.