Unverified Commit fa404167 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix max log level (#7851)

With the switch to tracing we did not set the `max_log_level` anymore.
This resulted in a performance degradation as logging did not early
exited and thus, `trace` logs were at least resolved every time.

This pr fixes it by ensuring that we set the correct max log level.
parent 5f3db335
Pipeline #119914 canceled with stages
in 23 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment