diff --git a/systemsdk/easy-log-bundle/1.10/config/packages/dev/systemsdk_easy_log.yaml b/systemsdk/easy-log-bundle/1.10/config/packages/dev/systemsdk_easy_log.yaml new file mode 100644 index 00000000..0dc5fb97 --- /dev/null +++ b/systemsdk/easy-log-bundle/1.10/config/packages/dev/systemsdk_easy_log.yaml @@ -0,0 +1,3 @@ +easy_log: + log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log' + ignored_routes: ['_wdt', '_profiler'] diff --git a/systemsdk/easy-log-bundle/1.10/config/packages/test/systemsdk_easy_log.yaml b/systemsdk/easy-log-bundle/1.10/config/packages/test/systemsdk_easy_log.yaml new file mode 100644 index 00000000..0dc5fb97 --- /dev/null +++ b/systemsdk/easy-log-bundle/1.10/config/packages/test/systemsdk_easy_log.yaml @@ -0,0 +1,3 @@ +easy_log: + log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log' + ignored_routes: ['_wdt', '_profiler'] diff --git a/systemsdk/easy-log-bundle/1.10/manifest.json b/systemsdk/easy-log-bundle/1.10/manifest.json new file mode 100644 index 00000000..0a9c1f4f --- /dev/null +++ b/systemsdk/easy-log-bundle/1.10/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}