Feat: Override core logger to add timestamps without microseconds

This commit is contained in:
Björn Fromme
2023-07-06 11:19:48 +02:00
parent 5143427ca4
commit fa79ef8c80
6 changed files with 335 additions and 282 deletions
@@ -166,7 +166,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::class => [
\EP\EpProducts\Log\Writer::class => [
'logTable' => 'tx_epevents_log'
],
],