dsjq62428 2018-10-17 07:57
浏览 40
已采纳

在Symfony 3中禁止弃用警告

I'm currently upgrading from Symfony 2.8 to 3.4 (we use only LTS releases).

There are a lot of deprecations which will need some time to be resolved. In the meantime these messages cost a lot of memory in dev mode (sometimes even leading to OOM errors) and spam the logs (~3 MB per request), so I would like to disable them completely.

So far I found only solutions for the log spam (configure Monolog), but not for the memory problem.

There is NO call to Debug::enable(). Adding the call explicitly with appropriate error reporting level has no effect.

Disabling error_reporting for E_USER_DEPRECATED has no effect.

There is a similar question which got no responses: How to remove the deprecation warnings in Symfony 2.7? (the question is almost 3 years old, so I re-ask)

I investigated the Symfony source, but saw no possibility for changes either, as everything around error handling seems to be static.

  • 写回答

1条回答 默认 最新

  • dongsetan3216 2018-10-25 07:16
    关注

    Had to postpone the problem for a few days, then I noticed my mistake: The suggestion from this answer works if you don't mess up the Monolog config: https://stackoverflow.com/a/35779541/10249309

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 汇编语言除法溢出问题
  • ¥65 C++实现删除N个数据列表共有的元素
  • ¥15 Visual Studio问题
  • ¥15 state显示变量是字符串形式,但是仍然红色,无法引用,并显示类型不匹配
  • ¥20 求一个html代码,有偿
  • ¥100 关于使用MATLAB中copularnd函数的问题
  • ¥20 在虚拟机的pycharm上
  • ¥15 jupyterthemes 设置完毕后没有效果
  • ¥15 matlab图像高斯低通滤波
  • ¥15 针对曲面部件的制孔路径规划,大家有什么思路吗