#symfony #php Если старое приложение гадит тонну логов с deprecation, а обновлять вы не собираетесь. Достаточно правильно настроить monolog
monolog:
handlers:
deprecation:
type: "null"
deprecation_filter:
type: filter
handler: deprecation
max_level: info
channels: [ "php" ]
bubble: false
buffer_size: 100