~ubuntu-branches/ubuntu/hardy/commons-httpclient/hardy

« back to all changes in this revision

Viewing changes to src/conf/simplelog.properties.sample

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2006-09-15 20:07:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060915200743-t2md4cgfsb07wgn7
Tags: 3.0.1-0.1
* Non-maintainer upload.
* Bump debhelper Build-Depends to (>= 4.1.0) as required by cdbs' 
  debhelper.mk
* Put the coppyright holders in debian/copyright
* Include the jar file in the package. (Closes: #381354)
* Only include one copy of the docs.
  done by James Westby <jw+debian@jameswestby.net>  Mon, 14 Aug 2006 02:29:47 +0100

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
####################################################
2
 
# Sample configuraion for the simple logging system
3
 
####################################################
4
 
 
5
 
# httpclient.simplelog.defaultlog
6
 
#   - Default log level for all SimpleLogs.
7
 
httpclient.simplelog.defaultlog=FATAL
8
 
 
9
 
# httpclient.simplelog.showlogname
10
 
#   - When true, show the name of the log in log output.
11
 
httpclient.simplelog.showlogname=false
12
 
 
13
 
# httpclient.simplelog.showdate
14
 
#   - When true, show a timestamp the log in log output.
15
 
httpclient.simplelog.showdate=true
16
 
 
17
 
# httpclient.simplelog.dateformat
18
 
#   - A SimpleDateFormat format string for timestamps in the log output
19
 
httpclient.simplelog.dateformat=yyyy/MM/dd HH:mm:ss:SSS zzz
20
 
 
21
 
# httpclient.simplelog.log.*
22
 
#   - Sets the logging level for specific logs.
23
 
#     Note that if that if you set the log level
24
 
#     for a log named "a.b", it will apply to all
25
 
#     logs with names of the form "a.b.c[.d]*"
26
 
#     unless overriden by a more specific log setting.
27
 
#httpclient.simplelog.log.org.apache.commons.httpclient=DEBUG
28
 
#httpclient.simplelog.log.org.apache.commons.httpclient.HttpClient=DEBUG
29
 
#httpclient.simplelog.log.org.apache.commons.httpclient.HeaderElement=DEBUG
30
 
#httpclient.simplelog.log.org.apache.commons.httpclient.Base64=DEBUG
31
 
 
32
 
# the httpclient.wire category provides a trace of all of
33
 
# httpclient's network communictation
34
 
#httpclient.simplelog.log.httpclient.wire=INFO
35
 
 
 
1
####################################################
 
2
# Sample configuraion for the simple logging system
 
3
####################################################
 
4
 
 
5
# httpclient.simplelog.defaultlog
 
6
#   - Default log level for all SimpleLogs.
 
7
httpclient.simplelog.defaultlog=FATAL
 
8
 
 
9
# httpclient.simplelog.showlogname
 
10
#   - When true, show the name of the log in log output.
 
11
httpclient.simplelog.showlogname=false
 
12
 
 
13
# httpclient.simplelog.showdate
 
14
#   - When true, show a timestamp the log in log output.
 
15
httpclient.simplelog.showdate=true
 
16
 
 
17
# httpclient.simplelog.dateformat
 
18
#   - A SimpleDateFormat format string for timestamps in the log output
 
19
httpclient.simplelog.dateformat=yyyy/MM/dd HH:mm:ss:SSS zzz
 
20
 
 
21
# httpclient.simplelog.log.*
 
22
#   - Sets the logging level for specific logs.
 
23
#     Note that if that if you set the log level
 
24
#     for a log named "a.b", it will apply to all
 
25
#     logs with names of the form "a.b.c[.d]*"
 
26
#     unless overriden by a more specific log setting.
 
27
#httpclient.simplelog.log.org.apache.commons.httpclient=DEBUG
 
28
#httpclient.simplelog.log.org.apache.commons.httpclient.HttpClient=DEBUG
 
29
#httpclient.simplelog.log.org.apache.commons.httpclient.HeaderElement=DEBUG
 
30
#httpclient.simplelog.log.org.apache.commons.httpclient.Base64=DEBUG
 
31
 
 
32
# the httpclient.wire category provides a trace of all of
 
33
# httpclient's network communictation
 
34
#httpclient.simplelog.log.httpclient.wire=INFO
 
35