1. Jan 18, 2021
  2. Jan 17, 2021
  3. Jan 16, 2021
  4. Jan 15, 2021
  5. Jan 14, 2021
  6. Jan 13, 2021
  7. Jan 12, 2021
  8. Jan 11, 2021
  9. Jan 09, 2021
  10. Jan 08, 2021
    • Bastian Köcher's avatar
      Fix max log level (#7851) · 2d4b7fc6
      Bastian Köcher authored
      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.
      2d4b7fc6