2
# Identify the component configuration used to define the site:
3
site-definition site.zcml
5
# Turn on Zope3 developer mode.
8
# number of bytecode instructions to execute between checks for
9
# interruptions (SIGINTR, thread switches):
10
interrupt-check-interval 200
17
# For debugging purposes, you can use this publisher instead/as well
18
# (obviously if it's as well, use a different port number). If there's
19
# an exception, Zope will drop into pdb at the point of the exception.
21
type PostmortemDebuggingHTTP
35
# non-persistent in-memory storage
41
# This sets up logging to both a file (access.log) and to standard
42
# output (STDOUT). The "path" setting can be a relative or absolute
43
# filesystem path or the tokens STDOUT or STDERR.
46
path logs/launchpad-access.log
55
# This sets up logging to both a file (z3.log) and to standard
56
# output (STDOUT). The "path" setting can be a relative or absolute
57
# filesystem path or the tokens STDOUT or STDERR.
60
path logs/launchpad.log