Yet another structured logging library
0

Configure Feed

Select the types of activity you want to include in your feed.

update changelog

author
ollie
date (Jul 26, 2026, 4:25 PM +0200) commit 844ed383 parent d8c4e095 change-id zszrrrst
+17 -1
+17 -1
CHANGELOG.md
··· 1 + # 3.0.0 2 + - Integrate with the erlang logger. All logs that go through the erlang logger will now also get formatted. 3 + - Added `file` sink for the erlang target. 4 + - Added `new_file`, `file_compress`, `file_keep` and `file_size_b` to configure the file sink. 5 + - Added `with_console`, `add_file` and `add_custom` to configure sinks. 6 + - Dropped `gleam_time`, `gleam_json` and `gleam_erlang` dependencies 7 + - Replaced `persistent_term` uses on erlang with `ets`. 8 + 9 + # Breaking changes 10 + - Removed `default_config` in favor of `new`. 11 + - Removed `empty_config` in favor of `new`. 12 + - Removed `with_sink` in favor of `with_console`, `add_custom` and `add_file`. 13 + - Renamed `set_config` to `configure`. 14 + 15 + --- 16 + 1 17 # 2.0.0 2 18 - Add support for javascript 3 - - Drop dependency on `logging` 19 + - Dropped `logging` dependency 4 20 5 21 # Breaking changes 6 22 - `logging.Level` was replaced with `witness.Level`