mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-21 09:05:32 +00:00
The name is passed through to should_enqueue_log_record as an additonal parameter to make it possible to reason about whether a given record should get queued for a specific log hook instance. This is a breaking change, but it can be easily resolved by adding the name parameter to the `configure_log_hook` call.