georgringer/deprecationloganalyzer

Analyze the deprecation log and show only the unique entries.

Maintainers

👁 georgringer

Package info

github.com/georgringer/deprecationloganalyzer

Homepage

Type:typo3-cms-extension

pkg:composer/georgringer/deprecationloganalyzer

Statistics

Installs: 5 471

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 2

2.0.2 2017-08-13 19:13 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

  • deprecationloganalyzer: 2.0.2
  • typo3-ter/deprecationloganalyzer: 2.0.2

GPL-2.0+ 8f999d3c9f1c2d9cd3f42ec11cba8f73e3b6eba1

logextensiontypo3deprecation

This package is auto-updated.

Last update: 2026-06-29 01:27:06 UTC


README

The deprecation log is a highly useful feature which tells you if deprecated code is currently in use. There is only one side effect when enabling the deprecation log: The filesize can grow very fast if you got either many deprecation code in use or only some but a very often visited site.

Therefore it is very hard to analyze the log file. The extension deprecationloganalyzer tries to help you by filtering the duplicates. Instead of searching a 500mb file, you will see only 11 unique errors.

Screenshot

👁 Screenshot of the backend

Donations

Visit my Amazon whishlist, donate some money via paypal or just say "thank you". This would be great!

Requirements

  • TYPO3 CMS 6.2, 7.6, 8.7

Installation

The extension just needs to be installed as any other extension. Either use the extension manager or composer

composer require georgringer/deprecationloganalyzer

Usage

Switch to the module Reports and select Deprecation Log Analyzer.