diff --git a/archived/symfony.monolog-bundle/aff23899c4440dd995907613c1dd709b6f59503f.json b/archived/symfony.monolog-bundle/aff23899c4440dd995907613c1dd709b6f59503f.json new file mode 100644 index 00000000..ac1f234a --- /dev/null +++ b/archived/symfony.monolog-bundle/aff23899c4440dd995907613c1dd709b6f59503f.json @@ -0,0 +1,90 @@ +{ + "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:", + " - 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\"]", + " # 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\"]", + "", + "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]", + " 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": "aff23899c4440dd995907613c1dd709b6f59503f" + } + } +} diff --git a/symfony.monolog-bundle.3.7.json b/symfony.monolog-bundle.3.7.json index f4736486..ac1f234a 100644 --- a/symfony.monolog-bundle.3.7.json +++ b/symfony.monolog-bundle.3.7.json @@ -78,12 +78,13 @@ " type: stream", " channels: [deprecation]", " path: php://stderr", + " formatter: monolog.formatter.json", "" ], "executable": false } }, - "ref": "213676c4ec929f046dfde5ea8e97625b81bc0578" + "ref": "aff23899c4440dd995907613c1dd709b6f59503f" } } }