Don't cache plugin

This commit is contained in:
Björn Fromme
2019-06-17 17:15:57 +02:00
parent 61f8b9213e
commit 4d740ad23d
2 changed files with 3 additions and 4 deletions
@@ -148,7 +148,7 @@ call_user_func(function() {
$GLOBALS['TYPO3_CONF_VARS']['LOG']['EP']['EpEvents']['Controller']['writerConfiguration'] = [
\TYPO3\CMS\Core\Log\LogLevel::INFO => [
'TYPO3\\CMS\\Core\\Log\\Writer\\DatabaseWriter' => [
\TYPO3\CMS\Core\Log\Writer\DatabaseWriter::class => [
'logTable' => 'tx_epevents_log'
],
],