Skip to content

[th/dispatch-log-timings] dispatcher: log duration of dispatcher call

Thomas Haller requested to merge th/dispatch-log-timings into main

Yes, we anyway log the timestamps for every log message. So one could always calculate the offset. However, when you read a logfile, it can be cumbersome to stop looking at where you currently are to find the start/end of a call. For convenience, log the duration explicitly.

Merge request reports