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%/" - } -}