如何配置配方 zope2instance 以记录到主管
How to configure recipe zope2instance to log to supervisor
配置 plone.recipe.zope2instance
登录到 STDOUT 以通过主管捕获它的指定方式是什么
像这样将其设置为 STDOUT:
[instance]
recipe = plone.recipe.zope2instance
event-log = STDOUT
似乎没有向主管发送任何内容。
如果设置
event-log = disable
未找到记录器后端。
在您的 buildout.cfg 中,在您的食谱中使用以下内容。zope2.instance 部分:
event-log-custom =
<logfile>
path STDOUT
level INFO
</logfile>
配置 plone.recipe.zope2instance
登录到 STDOUT 以通过主管捕获它的指定方式是什么
像这样将其设置为 STDOUT:
[instance]
recipe = plone.recipe.zope2instance
event-log = STDOUT
似乎没有向主管发送任何内容。
如果设置
event-log = disable
未找到记录器后端。
在您的 buildout.cfg 中,在您的食谱中使用以下内容。zope2.instance 部分:
event-log-custom =
<logfile>
path STDOUT
level INFO
</logfile>