-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprod.cfg
53 lines (47 loc) · 1.12 KB
/
prod.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[buildout]
extends =
backup.cfg
base.cfg
allow-picked-versions = true
parts +=
instance-debug
zeoserver
[zeoserver]
recipe = plone.recipe.zeoserver
zeo-address = 8100
pack-days = 7
pack-keep-old = false
file-storage = /data/filestorage/Data.fs
blob-storage = /data/blobstorage
[instance]
zeo-client = true
zeo-address = $(ZEO_HOST):$(ZEO_PORT)
http-address = 8080
shared-blob = on
blob-storage = /data/blobstorage
event-log-custom =
<syslog>
address $(LOGS_SERVER)
facility local3
format %(asctime)s $(HOSTNAME_HOST) zope[%(process)s]: $(PROJECT_ID) ${:_buildout_section_name_} [%(levelname)s] %(name)s | %(message)s
dateformat %b %d %H:%M:%S
level info
</syslog>
<logfile>
path ${buildout:directory}/var/log/${:_buildout_section_name_}.log
level info
</logfile>
[instance-debug]
<= instance
debug-mode = on
verbose-security = on
eggs =
${instance:eggs}
${debug-products:eggs}
zcml =
${instance:zcml}
event-log-custom =
<logfile>
path ${buildout:directory}/var/log/${:_buildout_section_name_}.log
level debug
</logfile>