nixpkgs/home/files/typo3-configuration/Logging.php

10 lines
260 B
PHP
Raw Normal View History

<?php
$GLOBALS['TYPO3_CONF_VARS']['LOG']['das']['writerConfiguration'] = [
\TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
\TYPO3\CMS\Core\Log\Writer\FileWriter::class => [
'logFile' => 'typo3temp/var/log/typo3_das.log',
],
],
];