[ // 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' ] ] ];