6 Commits

Author SHA1 Message Date
2291b75c0a Tweak line wrapping for long-keyed, short-values fields. 2025-01-20 23:06:07 -06:00
11cc9c9a39 Fix bug when a line happens to parse as JSON but isn't an object.
For example, if `false` happened to be the only value on a line, this
would be parsed as valid JSON (a boolean) but it is not a structured log
message that slfmt should try to parse and format.
2025-01-20 21:24:22 -06:00
6c978f32cc Add --compact option for simpler output. 2025-01-19 18:40:38 -06:00
34add1a729 Add the ability to filter by log level and namespace. 2025-01-04 23:01:17 -06:00
982680d972 Add README, fix headline printing. 2025-01-03 10:54:54 -06:00
742d47ba53 Initial implementation. 2025-01-03 10:23:00 -06:00