Karate: Is there a way to disable log when using retry?
问题 I'm using Karate for validation tests. I setup a retry on one of my request but sometimes there is more than 100 retry, this create to big useless logs with the same big payload on each request... And this bloat my CI. I want to reduce this logs quantity, maybe by disable log for just this request ? I've tried * configure report = false but this disable only on Cucumber html report. I want to disable also in STDOUT console. So maybe with some form of log level manipulation setted in the