From 61d2b9fd8081881ba687b3ee7f4f42aa2fa73264 Mon Sep 17 00:00:00 2001 From: Rohit Pavaskar <66303837+rohitp19@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:19:13 +0530 Subject: [PATCH] Replaced logger with monolog.logger.mautic (#355) --- Config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/config.php b/Config/config.php index 30aee50ba..85b1c8b70 100644 --- a/Config/config.php +++ b/Config/config.php @@ -839,7 +839,7 @@ 'custom_object.query.filter.factory', 'custom_object.query.filter.helper', 'custom_object.config.provider', - 'logger', + 'monolog.logger.mautic', ], ], 'custom_object.serializer.subscriber' => [