mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -12,27 +12,20 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/monolog.yaml": {
|
||||
"config/packages/test/monolog.yaml": {
|
||||
"contents": [
|
||||
"monolog:",
|
||||
" handlers:",
|
||||
" main:",
|
||||
" type: fingers_crossed",
|
||||
" action_level: error",
|
||||
" handler: nested",
|
||||
" excluded_http_codes: [404, 405]",
|
||||
" channels: [\"!event\"]",
|
||||
" nested:",
|
||||
" 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\"]",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -74,20 +67,27 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/test/monolog.yaml": {
|
||||
"config/packages/dev/monolog.yaml": {
|
||||
"contents": [
|
||||
"monolog:",
|
||||
" handlers:",
|
||||
" main:",
|
||||
" type: fingers_crossed",
|
||||
" action_level: error",
|
||||
" handler: nested",
|
||||
" excluded_http_codes: [404, 405]",
|
||||
" channels: [\"!event\"]",
|
||||
" nested:",
|
||||
" 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\"]",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
Reference in New Issue
Block a user