2017 © Pedro Peláez
 

symfony-bundle log-viewer-bundle

W3DocsLogViewerBundle allows to filter, group and analyse symfony2 log files

image

w3docs/log-viewer-bundle

W3DocsLogViewerBundle allows to filter, group and analyse symfony2 log files

  • Monday, May 1, 2017
  • by vazgen
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,302 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 31 % Grown

The README.md

W3docsLogviewerBundle

## Installation

Step1: Download W3docsLogviewerBundle using composer

Add W3docsLogviewerBundle in your composer.json:, (*1)

{
    "require": {
        "w3docs/log-viewer-bundle": "dev-master"
    }
}

Now update composer., (*2)

Composer will install the bundle to your project's vendor/w3docs directory., (*3)

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*4)

``` php <?php // app/AppKernel.php, (*5)

public function registerBundles() { $bundles = array( // ... new W3docs\LogViewerBundle\W3docsLogViewerBundle() ); } ```, (*6)

Usage

show logs from prod.log level error or higher (CRITICAL, ALERT, EMERGENCY), (*7)

app/console log:view prod.log --level=error

show logs for given chanal "security", (*8)

app/console log:view prod.log --logger=security

group errors and order then, this will allow to find most occurred logs, (*9)

app/console log:view prod.log --group

group and limit result to 10 (log must be at least 10 times or any other given number)., (*10)

app/console log:view prod.log --group --having=10

filtering by start and/or end date, (*11)

app/console log:view prod.log --start=01-03-2015 --end=05-03-2015

The Versions

01/05 2017

dev-master

9999999-dev

W3DocsLogViewerBundle allows to filter, group and analyse symfony2 log files

  Sources   Download

MIT

The Requires

 

by Vazgen Manukyan

log parser view viewer

13/03 2015

v1.0.0

1.0.0.0

W3DocsLogViewerBundle allows to filter, group and analyse symfony2 log files

  Sources   Download

MIT

The Requires

 

by Vazgen Manukyan

log parser view viewer