Skip to content

lev-savranskiy/php-symfony-log-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Symfony / Apache Local Log Viewer

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

 symfony / apache Local Log Viewer

Author http://wap7.ru/folio/

About

simple symfony and apache log viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages