配置plone.recipe.zope2instance登录到STDOUT以通过主管捕获它的指定方法是什么?
将其设置为STDOUT如下:
[instance]
recipe = plone.recipe.zope2instance
event-log = STDOUT好像什么都没寄给主管。
中频设置
event-log = disable 没有找到记录器后端。
发布于 2015-12-23 09:48:09
在您的buildout.cfg中,在replpe.zope2实例部分中使用以下内容:
event-log-custom =
<logfile>
path STDOUT
level INFO
</logfile>https://stackoverflow.com/questions/34432516
复制相似问题