odygrd / quill

Asynchronous Low Latency C++ Logging Library
MIT License
1.36k stars 142 forks source link

Bug fix #427

Closed usefulcat closed 3 months ago

usefulcat commented 4 months ago

If dynamic log levels are used, some log messages may be logged at the wrong level, due to TransitEvent::log_level_override having the wrong value and TransitEvents being reused.

odygrd commented 3 months ago

this looks good to me, thanks for catching this