Commit f883eba1 authored by Mame Coumba Sall's avatar Mame Coumba Sall Committed by Julien Muchembled

Modified so that longrequest logger values are converted into string during zope instanciation

parent bc6d3fc6
......@@ -284,7 +284,7 @@ md5sum = 4d2207931975e580d04d0b0506034564
[template-zope]
< = download-base
filename = instance-zope.cfg.in
md5sum = 25190a7110bd108bae81c484e729e35c
md5sum = f1245467092b4457f4363f9b7bc65e98
link-binary =
${coreutils:location}/bin/basename
${coreutils:location}/bin/cat
......
......@@ -238,8 +238,8 @@ longrequest-logger-timeout =
longrequest-logger-interval =
{% else -%}
longrequest-logger-file = {{ longrequest_logger_base_path ~ name ~ ".log" }}
longrequest-logger-timeout = {{ dumps(longrequest_logger_timeout) }}
longrequest-logger-interval = {{ dumps(longrequest_logger_interval) }}
longrequest-logger-timeout = {{longrequest_logger_timeout}}
longrequest-logger-interval = {{longrequest_logger_interval}}
{% endif -%}
wrapper = ${directory:services}/{{ name }}
configuration-file = {{ '${' ~ conf_name ~ ':rendered}' }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment