diff --git a/home/files/typo3-configuration/AdditionalConfiguration.inc.php b/home/files/typo3-configuration/AdditionalConfiguration.inc.php index 9dd3660..08bd5aa 100644 --- a/home/files/typo3-configuration/AdditionalConfiguration.inc.php +++ b/home/files/typo3-configuration/AdditionalConfiguration.inc.php @@ -16,8 +16,8 @@ require 'Caching.php'; require 'Debugging.php'; require 'Logging.php'; require 'Autologin.php'; -require __DIR__ . '/client-specific/ClientSpecific.php'; require 'Extensions.php'; +require __DIR__ . '/client-specific/ClientSpecific.php'; // Last, as we need client specific db adjustments require 'Database.php'; diff --git a/home/files/typo3-configuration/Logging.php b/home/files/typo3-configuration/Logging.php index 213e7ce..b5fa2c0 100644 --- a/home/files/typo3-configuration/Logging.php +++ b/home/files/typo3-configuration/Logging.php @@ -9,6 +9,7 @@ $GLOBALS['TYPO3_CONF_VARS']['LOG']['das']['writerConfiguration'] = [ ], ], ]; + $GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [ \TYPO3\CMS\Core\Log\LogLevel::WARNING => [ \TYPO3\CMS\Core\Log\Writer\FileWriter::class => [ @@ -16,12 +17,16 @@ $GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [ ], ], ]; + $GLOBALS['TYPO3_CONF_VARS']['LOG']['processorConfiguration'] = [ \TYPO3\CMS\Core\Log\LogLevel::DEBUG => [ \Codappix\CdxLogging\UriProcessor::class => [ ], + \Codappix\CdxLogging\LCTimeProcessor::class => [ + ], ], ]; + $GLOBALS['TYPO3_CONF_VARS']['LOG']['TYPO3']['CMS']['deprecations']['writerConfiguration'] = [ \TYPO3\CMS\Core\Log\LogLevel::NOTICE => [ \TYPO3\CMS\Core\Log\Writer\FileWriter::class => [ diff --git a/home/files/typo3-configuration/client-specific/Sac.php b/home/files/typo3-configuration/client-specific/Sac.php index 4e1cd5a..be05f5a 100644 Binary files a/home/files/typo3-configuration/client-specific/Sac.php and b/home/files/typo3-configuration/client-specific/Sac.php differ diff --git a/projects/.ignore b/projects/.ignore index cb4dbe0..6f1cced 100644 Binary files a/projects/.ignore and b/projects/.ignore differ diff --git a/systems/hikari3/web-development/lib/create-typo3.nix b/systems/hikari3/web-development/lib/create-typo3.nix index 1317f67..6b846e1 100644 --- a/systems/hikari3/web-development/lib/create-typo3.nix +++ b/systems/hikari3/web-development/lib/create-typo3.nix @@ -24,6 +24,9 @@ let error_reporting = E_ALL xdebug.mode = debug + xdebug.var_display_max_children = 2048 + xdebug.var_display_max_depth = 5 + xdebug.max_nesting_level = 400 ''; }; diff --git a/systems/hikari3/web-development/projects/customer/reu-reu.nix b/systems/hikari3/web-development/projects/customer/reu-reu.nix index b63a5a3..ac49fd5 100644 Binary files a/systems/hikari3/web-development/projects/customer/reu-reu.nix and b/systems/hikari3/web-development/projects/customer/reu-reu.nix differ diff --git a/systems/hikari3/web-development/projects/customer/sa-sa.nix b/systems/hikari3/web-development/projects/customer/sa-sa.nix index 526851d..cebb472 100644 Binary files a/systems/hikari3/web-development/projects/customer/sa-sa.nix and b/systems/hikari3/web-development/projects/customer/sa-sa.nix differ