Skip to content

Commit a8924b9

Browse files
authored
update log4j to debug
A current issue with JMeter is the misreporting of conflicting cookie managers. This addition changes the log level to debug so the messages don't swamp the output log. This will reduce the log size of all JMeter reports.
1 parent e67ce16 commit a8924b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/perf-test-with-data.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
curl -LsS --output jmeter/lib/ext/jmeter-plugins-manager-${{ env.jmeter_plugins_manager_version }}.jar https://jmeter-plugins.org/get/
7272
java -cp jmeter/lib/ext/jmeter-plugins-manager-${{ env.jmeter_plugins_manager_version }}.jar org.jmeterplugins.repository.PluginManagerCMDInstaller
7373
chmod +x jmeter/bin/PluginsManagerCMD.sh
74+
sed -i '/<Logger name="org.apache.jmeter.junit" level="debug" \/>/a \ <Logger name="org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase" level="info" additivity="false"\/>' jmeter/bin/log4j2.xml
7475
7576
- name: Install JMeter plugins
7677
if: env.jmeter_plugins != ''

0 commit comments

Comments
 (0)