File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/ApiOverview/ErrorAndExceptionHandling/Examples Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ In :file:`config/system/settings.php` or :file:`config/system/additional.php`:
135135 $GLOBALS['TYPO3_CONF_VARS'] = array_replace_recursive($GLOBALS['TYPO3_CONF_VARS'], $changeSettings);
136136
137137 .. note ::
138- PHP warnings, among other things, are added to the TYPO3 log via
139- the `Writer configuration <https://docs.typo3.org/permalink/t3coreapi:logging-configuration-writer >`_ of the Logging API.
140- In production or from a performance perspective, you may not want this.
141- The default value is :php: `\P sr\L og\L ogLevel::WARNING `.
138+ PHP warnings, among other things, are added to the TYPO3 log via
139+ the `Writer configuration <https://docs.typo3.org/permalink/t3coreapi:logging-configuration-writer >`_ of the Logging API.
140+ In production or from a performance perspective, you may not want this.
141+ The default value is :php: `\P sr\L og\L ogLevel::WARNING `.
142142 Depending on project requirements, the loglevel can be increased to :php: `\P sr\L og\L ogLevel::ERROR `
143143 (or higher).
144144
You can’t perform that action at this time.
0 commit comments