[ // add a FileWriter FileWriter::class => [ // configuration for the writer 'logFile' => Environment::getVarPath() . '/log/typo3_ottemplating.log' ] ], LogLevel::WARNING => [ // add a DatabaseWriter DatabaseWriter::class => [ 'logTable' => 'tx_opentalent_log' ] ] ]; // Temp patch for https://www.gitmemory.com/issue/FluidTYPO3/vhs/1675/663826916 if(!defined("PATH_site")) { define("PATH_site", \TYPO3\CMS\Core\Core\Environment::getPublicPath() . '/'); }