1
# identify the component configuration used to define the site:
2
site-definition site.zcml
4
# number of bytecode instructions to execute between checks for
5
# interruptions (SIGINTR, thread switches):
6
interrupt-check-interval 200
13
# For debugging purposes, you can use this publisher instead/as well
14
# (obviously if it's as well, use a different port number). If there's
15
# an exception, Zope will drop into pdb at the point of the exception.
17
type PostmortemDebuggingHTTP
26
# non-persistent in-memory storage
32
# This sets up logging to both a file (access.log) and to standard
33
# output (STDOUT). The "path" setting can be a relative or absolute
34
# filesystem path or the tokens STDOUT or STDERR.
37
path launchpad-access.log
46
# This sets up logging to both a file (z3.log) and to standard
47
# output (STDOUT). The "path" setting can be a relative or absolute
48
# filesystem path or the tokens STDOUT or STDERR.
59
# arch-tag: 6fd31574-8259-4a74-b270-822b9db97f53