sebb        2004/03/20 06:49:04

  Modified:    bin      jmeter.properties
  Log:
  Add log_format properties
  
  Revision  Changes    Path
  1.99      +30 -1     jakarta-jmeter/bin/jmeter.properties
  
  Index: jmeter.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/bin/jmeter.properties,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- jmeter.properties 16 Mar 2004 14:07:31 -0000      1.98
  +++ jmeter.properties 20 Mar 2004 14:49:03 -0000      1.99
  @@ -84,6 +84,34 @@
   #Components to not display in JMeter GUI
   not_in_menu=Remote Method Configuration,JNDI Configuration,JNDI Lookup 
Configuration,JNDI Request,Default 
Controller,org.apache.jmeter.control.DynamicController, 
org.apache.jmeter.protocol.http.control.Cookie,org.apache.jmeter.protocol.http.control.Authorization,org.apache.jmeter.config.LoginConfig,Header,org.apache.jmeter.protocol.http.config.MultipartUrlConfig
   
  +#---------------------------------------------------------------------------
  +#         Logging Configuration
  +#---------------------------------------------------------------------------
  +
  +# Note: JMeter uses Avalon LogKit
  +
  +# Logging Format
  +# see 
http://avalon.apache.org/logkit/api/org/apache/log/format/PatternFormatter.html
  +#
  +# Default format:
  +#log_format=%{time:yyyy/MM/dd HH:mm:ss} %5.5{priority} - %{category}: %{message} 
%{throwable}
  +# \n is automatically added to the end of the string
  +#
  +# Predefined formats in the JMeter LoggingManager:
  +#log_format_type=default
  +#log_format_type=thread_prefix
  +#log_format_type=thread_suffix
  +# default is as above
  +# thread_prefix adds the thread name as a prefix to the category
  +# thread_suffix adds the thread name as a suffix to the category
  +# Note that thread name is not included by default, as it requires extra processing.
  +#
  +# To change the logging format, define either log_format_type or log_format
  +# If both are defined, the type takes precedence
  +# Note that these properties cannot be defined using the -J or -D JMeter
  +# command-line flags, as the format will have already been determined by then
  +# However, they can be defined as JVM properties
  +
   #Logging levels for the logging categories in JMeter.  Correct values are 
FATAL_ERROR, ERROR, WARN, INFO, and DEBUG
   # To set the log level for a package or individual class, use:
   # log_level.[package_name].[classname]=[PRIORITY_LEVEL]
  @@ -120,6 +148,7 @@
   #log_file.jmeter=jmeter.log
   
   # Sample logging levels for HttpClient
  +# Note that full category names are used, i.e. must include the org.apache.
   # Info level produces no output:
   #log_level.org.apache.commons.logging=debug
   # Might be useful:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to