Skip to content
Snippets Groups Projects
Commit 86ed5d91 authored by Susanne Moog's avatar Susanne Moog Committed by Benni Mack
Browse files

[BUGFIX] Remove mention of deprecation log in presets

The debug/live presets toggled the deprecation log in earlier versions.
Since rewriting the deprecation log to the logging framework, the
presets do not take deprecations into account anymore. Due to the
configuration merge between Default and LocalConfiguration it is
currently not possible to disable the deprecation log by overwriting
it in LocalConfiguration - setting will only take effect when set in
AdditionalConfiguration. Therefor we are removing the mention of
deprecation logs in the presets to avoid confusion.

Resolves: #89769
Releases: master, 9.5
Change-Id: I0bc1db480a31692350ea20454cfc5b143edcc70a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63829


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent ed216f78
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@
<label for="t3-install-tool-configuration-context-debug" class="t3-install-tool-configuration-radio-label">
<strong>Debug</strong> {f:if(condition: preset.isActive, then:' [Active]')}
</label>
<p>Enable debug output, deprecation logs, and set logging to info level.</p>
<p>Enable debug output and set logging to info level.</p>
</f:be.infobox>
</html>
......@@ -12,7 +12,7 @@
<label for="t3-install-tool-configuration-context-live" class="t3-install-tool-configuration-radio-label">
<strong>Live</strong> {f:if(condition: preset.isActive, then:' [Active]')}
</label>
<p>Turn off debug output, deprecation logs, and set logging to warnings and errors only.</p>
<p>Turn off debug output and set logging to warnings and errors only.</p>
</f:be.infobox>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment