Private
Public Access
1
0

new: dev: upgrade to the latest symfony v4 #3

This commit is contained in:
2019-10-26 18:07:36 +02:00
parent 98b71d75e9
commit 6caf340302
1103 changed files with 12885 additions and 365765 deletions

View File

@@ -0,0 +1,19 @@
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"]