Closed jsmucr closed 3 years ago
❌ Author of the following commits did not sign a Contributor Agreement: ce75a1db7b650ad3e1bc7194d05a4682e72bb463
Please, read and sign the above mentioned agreement if you want to contribute to this project
Closing as this is address by #122, where body and headers will only be logged in debug mode
This commit adds a new option to disable large HTTP payloads from being logged along with error messages.
Logging payloads that Logstash failed to send can lead to "explosions" in workflows like this:
This approach is way simpler than trying to fiddle with Log4j2 regex replace in order to get rid of the
:body=>
log entry.