Commit graph

8 commits

Author SHA1 Message Date
1110288d84 Migrate from testify to nalgeon/be testing library
- Replace all testify/assert and testify/require with be library
- Update go.mod to use be v0.3.0 instead of testify
- Simplify test assertions using be.Equal, be.Err, and be.True
- Refactor append_test, entry_test, meta_test, log_test, and formatter tests
2026-02-13 16:02:38 -06:00
8086029b03 🚚 Rename stdout.config.formatter to format 2024-03-10 21:08:34 -05:00
f68aebdedb 💯% 2024-03-07 21:50:51 -06:00
da3b524925 Separate formatters in config 2024-03-07 21:19:45 -06:00
70b82761c2 Add tools.ParseDate 2024-02-24 20:38:27 -06:00
a6f3cf39a0 🐛 Load config env before paraing cli 2024-02-10 11:48:23 -06:00
85f666cbc2 Parse env vars 2024-02-10 11:06:00 -06:00
40f9518611 Load config from file with defaults 2024-02-04 18:19:19 -06:00