2017 © Pedro Peláez
 

kohana-module kohana-logreader

A Kohana 3.x module for viewing and searching logs.

image

siloor/kohana-logreader

A Kohana 3.x module for viewing and searching logs.

  • Friday, March 27, 2015
  • by siloor
  • Repository
  • 6 Watchers
  • 9 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Kohana LogReader

A Kohana 3.x module for viewing and searching logs

Easily view and search Kohana log messages on a simple Bootstrap interface., (*1)

Copyright © 2014. Licensed under the MIT license., (*2)

GITHUB

https://github.com/siloor/kohana-logreader, (*3)

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 :), (*4)

DEMO

http://siloor.com/logreader/demo/?message=&date-from=2014-01-01, (*5)

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, (*6)

How to use?

On the Messages interface you can see the daily log messages by default., (*7)

Use filters to get what you want, (*8)

  • Use regular expression in the message field to filter messages
  • Set date filters
  • Select the levels of the log messages

Configuration

You can change the following options, (*9)

  • limit (default: 40) - Number of messages per page
  • auto_refresh_interval (default: 5) - The interval for auto refresh in seconds
  • store (default: File) - You can easily write your own store if yo use other log solution than the default one. There is an example Store called SQLExample to help you to create your own binding.
  • route (default: logreader) - The route to the LogReader interface - http://your-app-root/logreader
  • static_route (default: logreader/media) - The route to the LogReader static files (it could be a remote url) - http://your-app-root/logreader/media
  • tester (default: FALSE) - Show log message tester button
  • authentication (default: FALSE) - Use HTTP Basic Authetication - Autheticate user by the users array in the config file

Notes

  • If you want to improve, please fork and participate.
  • If you have a suggestion or found a bug, please let me know at - milan.magyar(at)gmail.com

The Versions

27/03 2015

dev-master

9999999-dev http://siloor.com/logreader/

A Kohana 3.x module for viewing and searching logs.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Milan Magyar

log search viewer reader kohana log files