From ae003b517b5b090e5914168a02766c87ad6118d5 Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Mon, 5 Aug 2024 11:15:42 +0200 Subject: [PATCH] [TASK] Disable exception logging by default --- ext_conf_template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_conf_template.txt b/ext_conf_template.txt index 75eefe15..3f333138 100644 --- a/ext_conf_template.txt +++ b/ext_conf_template.txt @@ -56,4 +56,4 @@ showRenderTimes = 0 useCacheLayer = 1 # cat=advanced/enable/280; type=boolean; label= Enable exception logging: If the user is not logged in into backend and an exception happens, those exceptions can be logged as warning in var/log/typo3_[hash].log -enbaleExceptionLogging = 1 +enbaleExceptionLogging = 0