A CLI tool to format and search TYPO3 Logfiles
[TASK] Add TYPO3 14 support and dependency updates
- Extended compatibility to TYPO3 14 in `composer.json` and constraints.
- Updated dev dependencies to match TYPO3 14 version requirements.
- Modified middleware to use dependency injection for `LogManager`.
- Registered middleware service in `Services.yaml` with autowire.
- Updated Rector configuration for TYPO3 14 migration.
- Adjusted `ext_emconf.php` to reflect the new TYPO3 version range.
- Bumped extension version to 1.7.0.
| Version | Upload comment | Works with TYPO3 | Download |
|---|---|---|---|
|
1.7.0 /
stable
March 31, 2026 |
[TASK] Add TYPO3 14 support and dependency updates - Extended compatibility to TYPO3 14 in `composer.json` and constraints. - Updated dev dependencies to match TYPO3 14 version requirements. - Modified middleware to use dependency injection for `LogManager`. - Registered middleware service in `Services.yaml` with autowire. - Updated Rector configuration for TYPO3 14 migration. - Adjusted `ext_emconf.php` to reflect the new TYPO3 version range. - Bumped extension version to 1.7.0. |
>=12.4.0 <=14.4.99 | Download |
|
1.6.1 /
stable
October 29, 2025 |
[BUGFIX] Ensure compatibility with PHP 8.4 - tag nullable parameters as such in method signature. Thanks to @koehnlein - increase version number |
>=12.0.0 <=13.4.99 | Download |
|
1.6.0 /
stable
February 28, 2025 |
- made available for TYPO3 13 - dropped support for TYPO3 9, 10 and 11 - dropped support for PHP older than 8.0 |
>=12.0.0 <=13.4.99 | Download |
|
1.5.3 /
stable
June 25, 2024 |
[TASK] add PHP 8.3 support This release adds support for PHP 8.3 Fixing Issue: #2 |
>=10.4.0 <=12.4.99 | Download |
|
1.5.0 /
stable
April 07, 2023 |
Push version to 1.5.0 for TYPO3 12 compatibility
|
>=10.4.0 <=12.99.99 | Download |
|
1.4.3 /
stable
November 11, 2022 |
1.4.3 - [Bugfix] in 1.4.2 the linepattern still omitted certain types of log lines - [Bugfix] extended the line pattern to match log-lines without metadata or stacktrace - [Bugfix] register Middleware based on TYPO3 Version - [Bugfix] increased default buffer size per line |
>=9.5.0 <=11.5.99 | Download |
|
1.4.2 /
stable
November 11, 2022 |
1.4.2 - [Bugfix] extended the line pattern to match log-lines without metadata or stacktrace - [Bugfix] register Middleware based on TYPO3 Version - [Bugfix] increased default buffer size per line |
>=9.5.0 <=11.5.99 | Download |
|
1.4.1 /
stable
November 09, 2022 |
1.4.0 - New feature: Adding the possibility to add a log-line in the TYPO3 Log per request to log the current requests URL - New feature: Providing a LogProcessor to add the current request url as meta data to arbitrary logger configurations |
>=9.5.0 <=11.5.99 | Download |
|
1.3.1 /
stable
October 23, 2022 |
1.3.1 - Introduction to the environment variables LOGFORMATTER_FILELINKFORMATTER, LOGFORMATTER_LINEFORMATTER, LOGFORMATTER_STACKTRACEPATTERN and LOGFORMATTER_LOGPATTERN - Refactoring the dependency injection to use factories and proper TYPO3 DI instead of messy code (thanks to Daniel Siepmann for his great blog post on this topic) - Clarifying usage of the STDIN option to use with tail -f - Codestyle cleanup This is a riding home from T3CM on a train and nothing else to do release |
>=9.5.0 <=11.5.99 | Download |
|
1.2.2 /
stable
August 02, 2022 |
New Feature: introduction of the environment variable LOGFORMATTER_MAX_BUFFER to configure the max-line-buffer (--max-buffer) Update: Psalm and CI |
>=9.5.0 <=11.5.99 | Download |
|
1.1.0 /
stable
April 21, 2022 |
FIX namespace problems if installed from TER FEATURE new --max-buffer option (default was to read a log-line up to 16kb) Thanks to mbonaker on github for this update |
>=9.5.0 <=11.5.99 | Download |
|
1.0.0 /
stable
November 07, 2021 |
Initial release to the TER.
|
>=9.5.0 <=11.5.99 | Download |