PHP Classes

File: config/packages/dev/monolog.yaml

Recommend this page to a friend!
  Classes of Manolo Salsas   PHP Find Text in Files   config/packages/dev/monolog.yaml   Download  
File: config/packages/dev/monolog.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Find Text in Files
Search text in files like the Linux command
Author: By
Last change:
Date: 2 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"]