lev-savranskiy / php-symfony-log-viewer
simple symfony and apache log viewer
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.3
- symfony/symfony: >=2.6
This package is not auto-updated.
Last update: 2025-01-27 15:28:56 UTC
README
Description
Simple php file shows last 10 lines or Full symfony and apache logs on a single page.
Setup
put file logs.php in Symfony's folder /web/
Update logs.php $p1 (apache logs path), $p2 (Symfony logs path) variables if dynamic resolving fails.
Example
$p1 = "C:/xampp/apache/logs/error.log"
$p2 = "C:/Myproject/app/logs/prod.log"
Usage
Go to project domain in browser
Example http://localhost/logs.php
Result
Author http://wap7.ru/folio/