~launchpad-pqm/launchpad/devel

6667.1.2 by Barry Warsaw
Lint cleanups
1
# This configuration file is used by the AppServerLayer tests to simplify
2
# configuring Launchpad for successful run of those tests.
6278.1.1 by Barry Warsaw
appserver layer
3
4
# Identify the component configuration used to define the site:
5
site-definition site.zcml
6
8294.7.15 by Francis J. Lacoste
Run windmill using production mode.
7
# Make this work a little more like production.
8
devmode off
6278.1.1 by Barry Warsaw
appserver layer
9
10
# number of bytecode instructions to execute between checks for
11
# interruptions (SIGINTR, thread switches):
12
interrupt-check-interval 200
13
14
<server>
15
  type HTTP
16
  address 8085
17
</server>
18
19
<server>
20
  type PrivateXMLRPC
21
  address 8087
22
</server>
23
24
# non-persistent in-memory storage
25
<zodb>
26
  <mappingstorage/>
27
</zodb>
28
29
<accesslog>
30
  <logfile>
11795.3.1 by Ian Booth
Initial coding
31
    path logs/test-appserver-layer.log
6278.1.1 by Barry Warsaw
appserver layer
32
  </logfile>
33
</accesslog>
34
35
<eventlog>
36
  <logfile>
11795.3.1 by Ian Booth
Initial coding
37
    path logs/test-appserver-layer.log
6278.1.1 by Barry Warsaw
appserver layer
38
  </logfile>
39
</eventlog>
7184.2.3 by Gary Poster
from flacoste review: testrunner-appserver should have tracelog, not testrunner
40
41
<logger>
9418.4.1 by Gary Poster
move tracelog back to the trace.log, and out of stdout and the main log.
42
  name zc.tracelog
7184.2.3 by Gary Poster
from flacoste review: testrunner-appserver should have tracelog, not testrunner
43
  propagate false
44
45
  <logfile>
46
    format %(message)s
11795.3.1 by Ian Booth
Initial coding
47
    path logs/test-appserver-layer-trace.log
7184.2.3 by Gary Poster
from flacoste review: testrunner-appserver should have tracelog, not testrunner
48
  </logfile>
49
50
</logger>