~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to zdaemon.conf

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-07-12 17:46:22 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-26
Updated standard python module template
Patches applied:

 * steve.alexander@canonical.com/soyuz--devel--0--patch-13
   merged from rocketfuel

 * steve.alexander@canonical.com/soyuz--devel--0--patch-14
   Changed stanard python module template to use the full string 'Copyright'

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
18
# arch-tag: b9375825-7963-4939-9ed9-86d94db1e781