Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logfmt: don't omit last item if it does not have a value
A line like `foo=bar baz` should be parsed to `{"foo"=>"bar", "baz"=>nil}`, but `baz` was silently omitted by returning early from the parser.
- Loading branch information