From 6855810b12534abfca4b0f44ef2bb22a91b76908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 2 Oct 2019 17:38:12 +0200 Subject: [PATCH 1/2] Disable deprecation log --- public/typo3conf/ext/ep_theme/ext_localconf.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/typo3conf/ext/ep_theme/ext_localconf.php b/public/typo3conf/ext/ep_theme/ext_localconf.php index 695e51af..b50e4f81 100644 --- a/public/typo3conf/ext/ep_theme/ext_localconf.php +++ b/public/typo3conf/ext/ep_theme/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] = []; + $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][$_EXTKEY] = \EP\EpTheme\Hook\Tcemain::class; $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem'][$_EXTKEY] = 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 2/2] 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(