diff --git a/systems/web-development/typo3.nix b/systems/web-development/typo3.nix index 210798c..374b068 100644 --- a/systems/web-development/typo3.nix +++ b/systems/web-development/typo3.nix @@ -65,7 +65,10 @@ in { max_input_vars = 1500 display_errors = 1 + log_errors = 1 error_reporting = E_ALL + # One can watch all errors via command: journalctl -f --identifier php -o verbose --output-fields=_SYSTEMD_UNIT,MESSAGE + error_log = syslog xdebug.mode = debug xdebug.var_display_max_children = 2048