Skip to content
  • Bastian Köcher's avatar
    Use host max log level when initializing the `RuntimeLogger` (#8655) · 541692c4
    Bastian Köcher authored
    * Use host max log level when initializing the `RuntimeLogger`
    
    This should fix performance problems introduced by logging under certain
    circumstances. Before we always called into the host and the host was
    doing the log filtering, now as the correct max log level is set, we
    don't call into the host for every log line to check if it should be
    logged. However, we would still call into the host to determine if
    something should be logged when `something=trace` is given as we don't
    forward the log targets that are enabled.
    
    * Finish the pr
    541692c4