From 341ce88cf1611da7059a3eb8eef119060dd9b3af Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 4 Sep 2026 13:32:33 +0000 Subject: [PATCH] Update Flex endpoint --- ...8fd9520b5694c7d0d2ba17fd4b4d33f9dd9cf.json | 83 +++++++++++++++++++ symfony.monolog-bundle.3.7.json | 4 +- 2 files changed, 85 insertions(+), 2 deletions(-) create mode 100644 archived/symfony.monolog-bundle/feb8fd9520b5694c7d0d2ba17fd4b4d33f9dd9cf.json diff --git a/archived/symfony.monolog-bundle/feb8fd9520b5694c7d0d2ba17fd4b4d33f9dd9cf.json b/archived/symfony.monolog-bundle/feb8fd9520b5694c7d0d2ba17fd4b4d33f9dd9cf.json new file mode 100644 index 00000000..f4029dca --- /dev/null +++ b/archived/symfony.monolog-bundle/feb8fd9520b5694c7d0d2ba17fd4b4d33f9dd9cf.json @@ -0,0 +1,83 @@ +{ + "manifests": { + "symfony/monolog-bundle": { + "manifest": { + "bundles": { + "Symfony\\Bundle\\MonologBundle\\MonologBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" + } + }, + "files": { + "config/packages/monolog.yaml": { + "contents": [ + "monolog:", + " channels: # To see all channels, run bin/console debug:autowiring logger", + " - deprecation # Deprecations are logged in the dedicated \"deprecation\" channel when it exists", + "", + "when@dev:", + " monolog:", + " handlers:", + " main:", + " type: stream", + " path: \"%kernel.logs_dir%/%kernel.environment%.log\"", + " level: debug", + " channels: [\"!event\"]", + " console:", + " type: console", + " process_psr_3_messages: false", + " channels: [\"!event\", \"!doctrine\", \"!console\"]", + "", + "when@test:", + " 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", + "", + "when@prod:", + " monolog:", + " handlers:", + " main:", + " type: fingers_crossed", + " action_level: error", + " handler: nested", + " excluded_http_codes: [404, 405]", + " channels: [\"!deprecation\"]", + " buffer_size: 50 # How many messages should be saved? Prevent memory leaks", + " nested:", + " type: stream", + " path: php://stderr", + " level: debug", + " formatter: monolog.formatter.json", + " console:", + " type: console", + " process_psr_3_messages: false", + " channels: [\"!event\", \"!doctrine\"]", + " deprecation:", + " type: stream", + " channels: [deprecation]", + " path: php://stderr", + " formatter: monolog.formatter.json", + "" + ], + "executable": false + } + }, + "ref": "feb8fd9520b5694c7d0d2ba17fd4b4d33f9dd9cf" + } + } +} diff --git a/symfony.monolog-bundle.3.7.json b/symfony.monolog-bundle.3.7.json index 8376bfce..f4029dca 100644 --- a/symfony.monolog-bundle.3.7.json +++ b/symfony.monolog-bundle.3.7.json @@ -18,7 +18,7 @@ "config/packages/monolog.yaml": { "contents": [ "monolog:", - " channels:", + " channels: # To see all channels, run bin/console debug:autowiring logger", " - deprecation # Deprecations are logged in the dedicated \"deprecation\" channel when it exists", "", "when@dev:", @@ -77,7 +77,7 @@ "executable": false } }, - "ref": "1b9efb10c54cb51c713a9391c9300ff8bceda459" + "ref": "feb8fd9520b5694c7d0d2ba17fd4b4d33f9dd9cf" } } }