shrpx: Don't run expensive INFO log code
INFO log and its surrounding code are now guarded by LOG_ENABLED(SEVERITY) macro so that they don't run if log level threshold is higher. This increases performance because log formatting is somewhat expensive.
Showing
Please register or sign in to comment