Move importance/verbosity check earlier in logging #5992
Labels
needs-design
Requires discussion with the dev team before attempting a fix.
performance
size:3
triaged
Milestone
Currently, it seems the importance check waits until it reaches the BuildEngine. Might it make more sense to check that a lot earlier, say, in TaskLoggingHelper instead? It would be a little less centralized, and we'd have to expose it, but then we wouldn't have to create strings that we're never going to log, and we can perform some other little optimizations along the way if getting the information that we're not going to log would take a lot of time.
The text was updated successfully, but these errors were encountered: