Excessive logging can impact performance and make it harder to identify critical issues. Use the following recommendations to replace broad logging settings with targeted alternatives:
Remove When Replace with
Global DEBUG After fixing issues Targeted per-logger DEBUG
include_payloads=true In production Short-lived redaction audits
http.outbound DEBUG For stable APIs INFO level logging combined with external APM