PHP Classes

File: config/packages/dev/monolog.yaml

Recommend this page to a friend!
  Classes of Manolo Salsas   Symfony Create Bundle Skeleton   config/packages/dev/monolog.yaml   Download  
File: config/packages/dev/monolog.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Create Bundle Skeleton
Application to create reusable Symfony Bundles
Author: By
Last change:
Date: 4 years ago
Size: 606 bytes
 

Contents

Class file image Download
monolog: handlers: main: type: stream path: "%kernel.logs_dir%/%kernel.environment%.log" level: debug channels: ["!event"] # uncomment to get logging in your browser # you may have to allow bigger header sizes in your Web server configuration #firephp: # type: firephp # level: info #chromephp: # type: chromephp # level: info console: type: console process_psr_3_messages: false channels: ["!event", "!doctrine", "!console"]