From 278654377680b51833a5b4d54cb751e115a92d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 2 Oct 2019 17:40:35 +0200 Subject: [PATCH] Disable deprecation log --- public/typo3conf/ext/ep_events/ext_localconf.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/typo3conf/ext/ep_events/ext_localconf.php b/public/typo3conf/ext/ep_events/ext_localconf.php index c11af6cf..8cdfe167 100644 --- a/public/typo3conf/ext/ep_events/ext_localconf.php +++ b/public/typo3conf/ext/ep_events/ext_localconf.php @@ -2,6 +2,8 @@ defined('TYPO3_MODE') or die(); +$GLOBALS['TYPO3_CONF_VARS']['LOG']['TYPO3']['CMS']['deprecations']['writerConfiguration'][\TYPO3\CMS\Core\Log\LogLevel::NOTICE] = []; + call_user_func(function() { \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(