From c715d3498dd03c6afb96e5aa3cfd09104ad16c34 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 6 Apr 2020 17:10:26 +0200 Subject: [PATCH] [easy-log-handler] remove recipe --- .../config/packages/dev/easy_log_handler.yaml | 16 ---------------- easycorp/easy-log-handler/1.0/manifest.json | 5 ----- 2 files changed, 21 deletions(-) delete mode 100644 easycorp/easy-log-handler/1.0/config/packages/dev/easy_log_handler.yaml delete mode 100644 easycorp/easy-log-handler/1.0/manifest.json diff --git a/easycorp/easy-log-handler/1.0/config/packages/dev/easy_log_handler.yaml b/easycorp/easy-log-handler/1.0/config/packages/dev/easy_log_handler.yaml deleted file mode 100644 index 27bfc608..00000000 --- a/easycorp/easy-log-handler/1.0/config/packages/dev/easy_log_handler.yaml +++ /dev/null @@ -1,16 +0,0 @@ -services: - EasyCorp\EasyLog\EasyLogHandler: - public: false - arguments: ['%kernel.logs_dir%/%kernel.environment%.log'] - -#// FIXME: How to add this configuration automatically without messing up with the monolog configuration? -#monolog: -# handlers: -# buffered: -# type: buffer -# handler: easylog -# channels: ['!event'] -# level: debug -# easylog: -# type: service -# id: EasyCorp\EasyLog\EasyLogHandler diff --git a/easycorp/easy-log-handler/1.0/manifest.json b/easycorp/easy-log-handler/1.0/manifest.json deleted file mode 100644 index e164c6e6..00000000 --- a/easycorp/easy-log-handler/1.0/manifest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}