gpt4 book ai didi

php - 如何在 monolog symfony2 日志记录中禁用 security.info 和 security.debug

转载 作者:行者123 更新时间:2023-12-02 21:19:34 25 4
gpt4 key购买 nike

我经常看到一堆以下日志:

[2015-02-15 09:08:16] request.INFO: Matched route "AppMainBundle_daftar_toko_province" (parameters: "_controller": "App\MainBundle\Controller\ZHomepageController::daftarTokoAction", "provinceName": "DKI JAKARTA", "_route": "AppMainBundle_daftar_toko_province") [] []
[2015-02-15 09:08:16] security.INFO: Populated SecurityContext with an anonymous Token [] []
[2015-02-15 09:08:16] security.DEBUG: Write SecurityContext in the session [] []

在我的 prod.log 中,如何禁用此功能,我只想查看错误。这是我的独白设置:

monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: file
excluded_404s:
- ^/items/
file:
type: stream
level: debug
doctrine:
action_level: debug
type: stream
path: %kernel.logs_dir%/doctrine_%kernel.environment%.log
channels: doctrine

最佳答案

您可以定义要记录的 channel 。使用类似这样的方法来忽略特定 channel :

        channels: ["!security"]

如果您只想忽略特定的日志级别,您可以使用level 参数或在新处理程序中使用两者的组合。

关于php - 如何在 monolog symfony2 日志记录中禁用 security.info 和 security.debug,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28523211/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com