File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
extensions =
4
4
mr.developer
5
5
allow-picked-versions = false
6
+ show-picked-versions = true
6
7
7
8
parts =
8
9
omelette
@@ -93,17 +94,17 @@ zcml-additional =
93
94
<include package =" plone.app.async" file =" multi_db_instance.zcml" />
94
95
95
96
event-log-custom =
97
+ <logfile>
98
+ path ${buildout:directory}/var/log/${:_buildout_section_name_}.log
99
+ level INFO
100
+ </logfile>
96
101
<syslog>
97
102
address ${port:logs-server}
98
103
facility local3
99
104
format %(asctime)s ${facts:hostname} zope[%(process)s]: ${port:cluster} ${:_buildout_section_name_} [%(levelname)s] %(name)s | %(message)s
100
105
dateformat %b %d %H:%M:%S
101
106
level info
102
107
</syslog>
103
- <logfile>
104
- path ${buildout:directory}/var/log/${:_buildout_section_name_}.log
105
- level INFO
106
- </logfile>
107
108
108
109
environment-vars =
109
110
PYTHON_EGG_CACHE ${buildout:directory}/python-eggs
@@ -132,6 +133,7 @@ eggs =
132
133
zc.z3monitor
133
134
imio.prometheus
134
135
collective.big.bang
136
+ ftw.structlog
135
137
136
138
zcml =
137
139
Products.PloneMeeting-overrides
@@ -141,6 +143,7 @@ zcml =
141
143
collective.monitor
142
144
imio.prometheus
143
145
collective.big.bang
146
+ ftw.structlog
144
147
145
148
[instance-async]
146
149
<= instance1
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ zc.buildout = 2.13.3
3
3
setuptools = 44.1.1
4
4
pip = 20.3.4
5
5
6
+ ftw.structlog = 1.3.1
7
+ # Required by:
8
+ # ftw.structlog
9
+ tzlocal = 2.1
10
+
6
11
imio.prometheus = 1.0.0
7
12
collective.big.bang = 1.0a3
8
13
You can’t perform that action at this time.
0 commit comments