Update Flex endpoint

This commit is contained in:
github-action bot
2021-10-13 06:28:05 +00:00
parent b410dc0ef5
commit ef1e2fa573
43 changed files with 1734 additions and 2261 deletions
+21 -21
View File
@@ -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