Skip to content

Commit

Permalink
Fix Text Role
Browse files Browse the repository at this point in the history
Uppercase-written TextRoles are not (or in another way) interpreted. Concretely, for this PR, backslashes have been swallowed.

Releated: #5214
  • Loading branch information
julianhofmann authored and github-actions[bot] committed Jan 16, 2025
1 parent 86c4e2d commit 4105005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ In :file:`config/system/settings.php` or :file:`config/system/additional.php`:
the `Writer configuration <https://docs.typo3.org/permalink/t3coreapi:logging-configuration-writer>`_ of the Logging API.
In production or from a performance perspective, you may not want this.
The default value is :php:`\Psr\Log\LogLevel::WARNING`.
Depending on project requirements, the loglevel can be increased to :PHP:`\Psr\Log\LogLevel::ERROR`
Depending on project requirements, the loglevel can be increased to :php:`\Psr\Log\LogLevel::ERROR`
(or higher).

In :file:`.htaccess`:
Expand Down

0 comments on commit 4105005

Please sign in to comment.