~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to tools/python/logging/logging-0.4.9.2/test/logrecv.ini

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[loggers]
 
2
keys=root
 
3
 
 
4
[handlers]
 
5
keys=hand01,hand02
 
6
 
 
7
[formatters]
 
8
keys=form01
 
9
 
 
10
[logger_root]
 
11
level=NOTSET
 
12
propagate=1
 
13
channel=
 
14
parent=
 
15
qualname=(root)
 
16
handlers=hand01,hand02
 
17
 
 
18
[handler_hand01]
 
19
class=FileHandler
 
20
level=NOTSET
 
21
formatter=form01
 
22
filename=logrecv.log
 
23
mode=w
 
24
args=('logrecv.log', 'w')
 
25
 
 
26
[handler_hand02]
 
27
class=StreamHandler
 
28
level=NOTSET
 
29
formatter=form01
 
30
stream=sys.stderr
 
31
args=(sys.stderr,)
 
32
 
 
33
[formatter_form01]
 
34
format=%(asctime)s %(levelname)-9s %(name)-8s %(thread)5s %(message)s
 
35
datefmt=
 
36