Kohana LogReader

A Kohana 3.x module for viewing and searching logs

Easily view and search Kohana log messages on a simple Bootstrap interface.

Copyright © 2014. Licensed under the MIT license.

GITHUB

https://github.com/siloor/kohana-logreader

Please, don't forget to star the repository if you like (and use) the plugin. This will let me know how many users it has and then how to proceed with further development :)

DEMO

http://siloor.com/logreader/demo/?message=&date-from=2014-01-01

Installation

  1. Download this module and add the kohana-logreader folder in to your MODPATH
  2. Enable it in the bootstrap file Kohana::modules(array( 'kohana-logreader' => MODPATH.'kohana-logreader', // LogReader ));
  3. Go to http://your-app-root/logreader
  4. You are done!

Kohana LogReader interface

How to use?

On the Messages interface you can see the daily log messages by default.

Use filters to get what you want

Configuration

You can change the following options

Notes