georgringer/deprecationloganalyzer

Analyze the deprecation log and show only the unique entries.

Installs: 5 148

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 3

Open Issues: 2

Type:typo3-cms-extension

2.0.2 2017-08-13 19:13 UTC

This package is auto-updated.

Last update: 2024-03-29 02:31:21 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.png

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.