| 
									
										
										
										
											2017-02-05 22:09:25 +08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <!--
 | 
					
						
							| 
									
										
										
										
											2019-12-28 21:03:53 +08:00
										 |  |  |   ~ Licensed to the Apache Software Foundation (ASF) under one or more | 
					
						
							|  |  |  |   ~ contributor license agreements.  See the NOTICE file distributed with | 
					
						
							|  |  |  |   ~ this work for additional information regarding copyright ownership. | 
					
						
							|  |  |  |   ~ The ASF licenses this file to you under the Apache License, Version 2.0 | 
					
						
							|  |  |  |   ~ (the "License"); you may not use this file except in compliance with | 
					
						
							|  |  |  |   ~ the License.  You may obtain a copy of the License at | 
					
						
							|  |  |  |   ~ | 
					
						
							|  |  |  |   ~ http://www.apache.org/licenses/LICENSE-2.0 | 
					
						
							|  |  |  |   ~ | 
					
						
							|  |  |  |   ~ Unless required by applicable law or agreed to in writing, software | 
					
						
							|  |  |  |   ~ distributed under the License is distributed on an "AS IS" BASIS, | 
					
						
							|  |  |  |   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
					
						
							|  |  |  |   ~ See the License for the specific language governing permissions and | 
					
						
							|  |  |  |   ~ limitations under the License. | 
					
						
							|  |  |  |   --> | 
					
						
							| 
									
										
										
										
											2017-02-05 22:09:25 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-05 05:13:56 +08:00
										 |  |  | <Configuration status="WARN"> | 
					
						
							| 
									
										
										
										
											2017-02-05 22:09:25 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |   <Appenders> | 
					
						
							| 
									
										
										
										
											2020-06-07 04:00:20 +08:00
										 |  |  |     <!-- Uncomment to set rotating logs up to 5 files of 100 MB--> | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |     <RollingFile name="jmeter-log" fileName="${sys:jmeter.logfile:-jmeter.log}" append="false" | 
					
						
							|  |  |  |         filePattern="jmeter-%d{yyyyMMdd}-%i.log.gz"> | 
					
						
							|  |  |  |         <PatternLayout> | 
					
						
							|  |  |  |             <pattern>%d %p %c{1.}: %m%n</pattern> | 
					
						
							|  |  |  |         </PatternLayout> | 
					
						
							|  |  |  |         <Policies> | 
					
						
							|  |  |  |             <SizeBasedTriggeringPolicy size="100 MB" /> | 
					
						
							|  |  |  |         </Policies> | 
					
						
							|  |  |  |         <DefaultRolloverStrategy max="5" /> | 
					
						
							|  |  |  |     </RollingFile> | 
					
						
							|  |  |  |     --> | 
					
						
							| 
									
										
										
										
											2017-02-05 22:09:25 +08:00
										 |  |  |     <File name="jmeter-log" fileName="${sys:jmeter.logfile:-jmeter.log}" append="false"> | 
					
						
							| 
									
										
										
										
											2020-06-07 04:00:20 +08:00
										 |  |  |         <PatternLayout> | 
					
						
							|  |  |  |             <pattern>%d %p %c{1.}: %m%n</pattern> | 
					
						
							|  |  |  |         </PatternLayout> | 
					
						
							| 
									
										
										
										
											2017-02-05 22:09:25 +08:00
										 |  |  |     </File> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <GuiLogEvent name="gui-log-event"> | 
					
						
							|  |  |  |       <PatternLayout> | 
					
						
							|  |  |  |         <pattern>%d %p %c{1.}: %m%n</pattern> | 
					
						
							|  |  |  |       </PatternLayout> | 
					
						
							|  |  |  |     </GuiLogEvent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   </Appenders> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <Loggers> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <Root level="info"> | 
					
						
							|  |  |  |       <AppenderRef ref="jmeter-log" /> | 
					
						
							|  |  |  |       <AppenderRef ref="gui-log-event" /> | 
					
						
							|  |  |  |     </Root> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.junit" level="debug" /> | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.control" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.testbeans" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.engine" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.threads" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.gui" level="warn" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.testelement" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.util" level="warn" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.protocol.http" level="debug" /> | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  |     <!-- # For CookieManager, AuthManager etc: --> | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.protocol.http.control" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.protocol.ftp" level="warn" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.protocol.jdbc" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.protocol.java" level="warn" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.testelements.property" level="debug" /> | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  |     <Logger name="org.apache.jorphan" level="info" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |       # Apache HttpClient logging examples | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  |     <!-- # Enable header wire + context logging - Best for Debugging --> | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |     <Logger name="org.apache.http" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.http.wire" level="error" /> | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- # Enable full wire + context logging --> | 
					
						
							|  |  |  |     <!-- <Logger name="org.apache.http" level="debug" /> --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- # Enable context logging for connection management --> | 
					
						
							|  |  |  |     <!-- <Logger name="org.apache.http.impl.conn" level="debug" /> --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- # Enable context logging for connection management / request execution --> | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |     <Logger name="org.apache.http.impl.conn" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.http.impl.client" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.http.client" level="debug" /> | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |       # Reporting logging configuration examples | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  |     <!-- # If you want to debug reporting, uncomment this line --> | 
					
						
							|  |  |  |     <!-- <Logger name="org.apache.jmeter.report" level="debug" /> --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |       # More user specific logging configuration examples. | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  |     <!-- <Logger name="org.apache.jorphan.reflect" level="debug" /> --> | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |       # Warning: Enabling the next debug line causes javax.net.ssl.SSLException: Received fatal alert: unexpected_message | 
					
						
							|  |  |  |                  for certain sites when used with the default HTTP Sampler | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.util.HttpSSLProtocolSocketFactory" level="debug" /> | 
					
						
							|  |  |  |     <Logger name="org.apache.jmeter.util.JsseSSLManager" level="debug" /> | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!--
 | 
					
						
							|  |  |  |       # Enable Proxy request debug | 
					
						
							|  |  |  |     --> | 
					
						
							|  |  |  |     <!-- <Logger name="org.apache.jmeter.protocol.http.proxy.HttpRequestHdr" level="debug" /> --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   </Loggers> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </Configuration> |