This is an automated email from the ASF dual-hosted git repository.

pingtimeout pushed a commit to branch benchmarks-ppc
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git


The following commit(s) were added to refs/heads/benchmarks-ppc by this push:
     new 504bfa8  Log failed requests
504bfa8 is described below

commit 504bfa822f02551ad0abb9d5e09d58f8fd037322
Author: Pierre Laporte <pie...@pingtimeout.fr>
AuthorDate: Wed Jun 11 16:15:28 2025 +0200

    Log failed requests
---
 benchmarks/src/gatling/resources/logback-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/src/gatling/resources/logback-test.xml 
b/benchmarks/src/gatling/resources/logback-test.xml
index c9227d3..60415c3 100644
--- a/benchmarks/src/gatling/resources/logback-test.xml
+++ b/benchmarks/src/gatling/resources/logback-test.xml
@@ -29,7 +29,7 @@
 
     <!-- uncomment and set to DEBUG to log all failing HTTP requests -->
     <!-- uncomment and set to TRACE to log all HTTP requests -->
-    <!--       <logger name="io.gatling.http.engine.response" level="DEBUG" 
/>-->
+    <logger name="io.gatling.http.engine.response" level="DEBUG" />
 
     <logger name="org.apache.polaris.benchmarks" level="DEBUG"/>
 

Reply via email to