diff --git a/RECIPES.md b/RECIPES.md index b37764e3..c75cb099 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -657,7 +657,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [symfonycorp/connect-bundle](https://packagist.org/packages/symfonycorp/connect-bundle) | [5.0](symfonycorp/connect-bundle/5.0) | | [synolia/sylius-mail-tester-plugin](https://packagist.org/packages/synolia/sylius-mail-tester-plugin) | [3.0](synolia/sylius-mail-tester-plugin/3.0) | | [synolia/sylius-scheduler-command-plugin](https://packagist.org/packages/synolia/sylius-scheduler-command-plugin) | [4.0](synolia/sylius-scheduler-command-plugin/4.0) | -| [systemsdk/easy-log-bundle](https://packagist.org/packages/systemsdk/easy-log-bundle) | [1.10](systemsdk/easy-log-bundle/1.10) | +| [systemsdk/easy-log-bundle](https://packagist.org/packages/systemsdk/easy-log-bundle) | [2.1](systemsdk/easy-log-bundle/2.1) | | [tales-from-a-dev/flowbite-bundle](https://packagist.org/packages/tales-from-a-dev/flowbite-bundle) | [0.4](tales-from-a-dev/flowbite-bundle/0.4) | | [tales-from-a-dev/twig-tailwind-extra](https://packagist.org/packages/tales-from-a-dev/twig-tailwind-extra) | [0.2](tales-from-a-dev/twig-tailwind-extra/0.2) | | [talleu/php-redis-om](https://packagist.org/packages/talleu/php-redis-om) | [0.3](talleu/php-redis-om/0.3) | diff --git a/archived/systemsdk.easy-log-bundle/ca2356442e0ef60e0b15d56e7bb77562d72a608f.json b/archived/systemsdk.easy-log-bundle/ca2356442e0ef60e0b15d56e7bb77562d72a608f.json new file mode 100644 index 00000000..5d0da020 --- /dev/null +++ b/archived/systemsdk.easy-log-bundle/ca2356442e0ef60e0b15d56e7bb77562d72a608f.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "systemsdk/easy-log-bundle": { + "manifest": { + "bundles": { + "Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": [ + "dev", + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/systemsdk_easy_log.yaml": { + "contents": [ + "when@dev:", + " monolog:", + " handlers:", + " buffered:", + " type: buffer", + " handler: easylog", + " level: debug", + " channels: [ '!event' ]", + " easylog:", + " type: service", + " id: easy_log.handler", + " easy_log:", + " log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'", + " max_line_length: 120", + " prefix_length: 4", + " ignored_routes: [ '_wdt', '_profiler' ]", + "", + "when@test:", + " easy_log:", + " log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'", + " max_line_length: 120", + " prefix_length: 4", + " ignored_routes: [ '_wdt', '_profiler' ]", + "" + ], + "executable": false + } + }, + "ref": "ca2356442e0ef60e0b15d56e7bb77562d72a608f" + } + } +} diff --git a/index.json b/index.json index 7b3054ee..cbcddd09 100644 --- a/index.json +++ b/index.json @@ -2115,7 +2115,8 @@ "4.0" ], "systemsdk/easy-log-bundle": [ - "1.10" + "1.10", + "2.1" ], "tales-from-a-dev/flowbite-bundle": [ "0.4" diff --git a/systemsdk.easy-log-bundle.2.1.json b/systemsdk.easy-log-bundle.2.1.json new file mode 100644 index 00000000..5d0da020 --- /dev/null +++ b/systemsdk.easy-log-bundle.2.1.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "systemsdk/easy-log-bundle": { + "manifest": { + "bundles": { + "Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": [ + "dev", + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/systemsdk_easy_log.yaml": { + "contents": [ + "when@dev:", + " monolog:", + " handlers:", + " buffered:", + " type: buffer", + " handler: easylog", + " level: debug", + " channels: [ '!event' ]", + " easylog:", + " type: service", + " id: easy_log.handler", + " easy_log:", + " log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'", + " max_line_length: 120", + " prefix_length: 4", + " ignored_routes: [ '_wdt', '_profiler' ]", + "", + "when@test:", + " easy_log:", + " log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'", + " max_line_length: 120", + " prefix_length: 4", + " ignored_routes: [ '_wdt', '_profiler' ]", + "" + ], + "executable": false + } + }, + "ref": "ca2356442e0ef60e0b15d56e7bb77562d72a608f" + } + } +}