psvneo / t3-extension-log-viewer
This extension displays the logs in the Typo3 backend.
Package info
git.riconnect.de/riconet-public/typo3/psvneo_log_viewer.git
Type:typo3-cms-extension
pkg:composer/psvneo/t3-extension-log-viewer
Requires
- php: ^8.2
- typo3/cms-backend: ^13.4
- typo3/cms-core: ^13.4
- typo3/cms-extbase: ^13.4
- typo3/cms-fluid: ^13.4
- typo3/cms-frontend: ^13.4
Requires (Dev)
- psvneo/qa-toolset-t3: ^4.0
This package is not auto-updated.
Last update: 2026-05-05 11:39:39 UTC
README
This extension displays the logs in the Typo3 backend.
TYPO3 Version
13.4
License
GPL-3.0-or-later
Documentation
Overview
This extension enables the display and management of log files in the var/log
directory. It allows authorized users to filter, view, and optionally delete
log files.
Installation & Integration
After installation, the extension can be configured in the backend.
Configuration
The main settings can be found at:
Admin Tools > Settings > Extension Configuration
Here you can enable or disable the Delete button.
- Default: The Delete button is disabled
- Enable: Allows direct deletion of log files from the module
Access Rights
Access to the backend module is restricted:
- Only Maintainers and Administrators have access
Features
1. Log File Display
The extension lists all log files from the directory.
2. Filter Function
The integrated filter function allows users to:
- Search specifically for certain log files
- View individual log files with their entries
3. Delete Log Files
- Deletion is only possible if the Delete button is enabled
- Without activation, this function is unavailable
Important Notes
Caution: Deleting log files should be done with care