From e34f88f36cc426042deb876634c9443a28d33496 Mon Sep 17 00:00:00 2001 From: DKravtsov Date: Fri, 18 Dec 2020 23:32:45 +0200 Subject: [PATCH] added systemsdk/easy-log-bundle --- .../1.10/config/packages/dev/systemsdk_easy_log.yaml | 3 +++ .../1.10/config/packages/test/systemsdk_easy_log.yaml | 3 +++ systemsdk/easy-log-bundle/1.10/manifest.json | 8 ++++++++ 3 files changed, 14 insertions(+) create mode 100644 systemsdk/easy-log-bundle/1.10/config/packages/dev/systemsdk_easy_log.yaml create mode 100644 systemsdk/easy-log-bundle/1.10/config/packages/test/systemsdk_easy_log.yaml create mode 100644 systemsdk/easy-log-bundle/1.10/manifest.json 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%/" + } +}