Project

General

Profile

Actions

Bug #87960

closed

No way to disable deprecation message logged to file

Added by R3 H6 about 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2019-03-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
CodingNight
Complexity:
Is Regression:
Sprint Focus:

Description

Any call to GeneralUtility::deprecationLog creates one line:

20-03-2019 05:26: GeneralUtility::deprecationLog() will be removed in TYPO3 v10.0, use "trigger_error("Given reason", E_USER_DEPRECATED);" to log deprecations.

This line is written even when following option is set:

$GLOBALS['TYPO3_CONF_VARS']['LOG']['TYPO3']['CMS']['deprecations']['writerConfiguration'][\TYPO3\CMS\Core\Log\LogLevel::NOTICE] = [];

Usually some plugin like news, vhs, etc call GeneralUtility::deprecationLog()


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #82438: Use native trigger_error and ErrorHandler for deprecationsClosedBenni Mack2017-09-10

Actions
Related to TYPO3 Core - Bug #90250: Make it possible to entirely turn off deprecation logging via configuration in TYPO3 9.xClosed2020-01-29

Actions
Actions

Also available in: Atom PDF