PHP Classes

File: store/config/packages/prod/monolog.yaml

Recommend this page to a friend!
  Classes of Omar Shaban   Clean Architecture in PHP Symfony   store/config/packages/prod/monolog.yaml   Download  
File: store/config/packages/prod/monolog.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Clean Architecture in PHP Symfony
Symfony based application in a Docker container
Author: By
Last change:
Date: 2 years ago
Size: 701 bytes
 

Contents

Class file image Download
monolog: handlers: main: type: fingers_crossed action_level: error handler: nested excluded_http_codes: [404, 405] nested: type: stream path: "%kernel.logs_dir%/%kernel.environment%.log" level: debug console: type: console process_psr_3_messages: false channels: ["!event", "!doctrine"] deprecation: type: stream path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log" deprecation_filter: type: filter handler: deprecation max_level: info channels: ["php"]