~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
<runner>
2
  program bin/runzope
3
</runner>
4
5
<eventlog>
6
  # This sets up logging to both a file (z3.log) and to standard
7
  # output (STDOUT).  The "path" setting can be a relative or absolute
8
  # filesystem path or the tokens STDOUT or STDERR.
9
10
  <logfile>
11
    path z3.log
12
  </logfile>
13
14
  <logfile>
15
    path STDOUT
16
  </logfile>
17
</eventlog>