davitec / dv-logs
Lightweight TYPO3 backend module that provides a simple interface for viewing and managing TYPO3 system log files.
v1.0.1
2026-03-31 13:51 UTC
Requires
- php: ^8.2
- typo3/cms-backend: ^12.4 || ^13.4 || ^14.0
- typo3/cms-core: ^12.4 || ^13.4 || ^14.0
- typo3/cms-extbase: ^12.4 || ^13.4 || ^14.0
Requires (Dev)
- phpunit/phpunit: ^10.5 || ^11.0
- typo3/testing-framework: ^8.0 || ^9.0
README
dv_logs is a lightweight TYPO3 backend module that provides a simple interface for viewing and managing TYPO3 system log files. It allows administrators to inspect log entries directly within the backend without requiring server access.
Features
- Displays all available TYPO3 logfile files
- Shows file metadata such as filename, size and creation date
- Provides a detailed view of the latest log entries
- Highlights log levels for better readability
- Allows removing logfile files from within the backend
Usage
After installation, a backend module becomes available which lists all TYPO3 logfiles. From there, you can open individual files and inspect their most recent entries.