使用 sfNoLogger 时 Symfony Web 调试工具栏消失
当我在factory.yml中使用sfNoLogger时,为什么Web调试工具栏会消失:
dev:
logger:
class: sfNoLogger
param:
level: err
loggers: ~
当我删除这些行时,工具栏会出现。
Why does the web debug tool bar disappear when I use sfNoLogger in the factories.yml:
dev:
logger:
class: sfNoLogger
param:
level: err
loggers: ~
When I remove these lines the tool bar appears.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为 sf*否*记录器不记录< /strong>任何东西。它通常用于生产。
Because the sf*No*Logger does not log anything. It's usually used for production.