“”

(Sudhaus7) Logformatter

logformatter / stable

A CLI tool to format and search TYPO3 Logfiles

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req sudhaus7/logformatter

Tags

#logs #stack #trace #cli

Last upload comment

Push version to 1.5.0 for TYPO3 12 compatibility

Downloads by month

Download 1.5.0 External Manual Found an Issue? Code Insights Packagist.org
Author
Frank Berger
Company
Sudhaus7, ein Label der B-Factor GmbH
Last update
07. Apr 2023
First upload
07. Nov 2021
Downloads
5,905
Category
Backend Modules
Dependencies
  • TYPO3 (10.4.0 - 12.99.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req sudhaus7/logformatter to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (6)

Version history

Version Upload comment Works with TYPO3 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