2017 © Pedro PelĂĄez
 

symfony-bundle log-viewer-bundle

Display symfony logs in JSON and in defined route

image

devoralive/log-viewer-bundle

Display symfony logs in JSON and in defined route

  • Thursday, February 8, 2018
  • by romeritoCL
  • Repository
  • 0 Watchers
  • 0 Stars
  • 76 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

LogViewerBundle

Latest Stable Version composer.lock, (*1)

The Logger viewer bundle is a simple way to display the logs of your Symfony application. It will read the logs from the monolog bundle route and display them in Json format in the browser., (*2)

This way you can fetch them or analyze your application. Be aware that you should not use this in production without adding a security layer to the route you define., (*3)

All the code is tested and inspected by external services., (*4)

How to use

Install the library with composer:, (*5)

composer require devoralive/log-viewer-bundle

Enable the bundle in AppKernel.php, (*6)

new Devoralive\LogViewerBundle\LogViewerBundle(),

Add this in config/routing.yml, (*7)

log-viewer:
    resource: "@LogViewerBundle/Resources/config/routing.yml"
    prefix:   /_logs

Once configuration is done, you should be able to visualize your app logs., (*8)

To display dev.log go to project.localhost/_logs/_dev, (*9)

To display prod.log go to project.localhost/_logs/_prod, (*10)

Help us to improve

We are happy to accept suggestions or pull requests. If you are willing to help us develop better software please create a pull request here following the PSR-2 code style and we will use reviewable to check the code and if al test pass and no issues are detected by SensioLab Insights you could will be ready to merge., (*11)

The Versions

08/02 2018

dev-master

9999999-dev https://github.com/romeritoCL/LogViewerBundle

Display symfony logs in JSON and in defined route

  Sources   Download

MIT

The Requires

 

by CĂ©sar Romero

log track log view log json

08/02 2018

v1.0.1

1.0.1.0 https://github.com/romeritoCL/LogViewerBundle

Display symfony logs in JSON and in defined route

  Sources   Download

MIT

The Requires

 

by CĂ©sar Romero

log track log view log json

08/02 2018

v1.0.0

1.0.0.0 https://github.com/romeritoCL/LogViewerBundle

Display symfony logs in JSON and in defined route

  Sources   Download

MIT

The Requires

 

by CĂ©sar Romero

log track log view log json