kohana-module logviewer
Logviewer for Kohana
tscms/logviewer
Logviewer for Kohana
- Tuesday, September 22, 2015
- by Vagabondtq
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Kohana 3.x Log Viewer module
A Kohana module for exploring log files
Disclaimer
This module forks original one from https://github.com/ajaxray adding suport for Kohana's 3.2 log file format, which includes stack trace, (*1)
Installation:
- Download this module and add the logviewer folder it to your
MODPATH
- Enable it in the
bootstrap
file
- Go to http://your-app-root/logs
- You are done!
, (*2)
How to use?
It's completely self explanatory. Here are some points for quick refs -, (*3)
- All months are listed on top nav. e.g, 2011/11
- Left sidebar has a list of available log files in selected month
- If not specified, today's (current month and day) log file will be displayed
- If you want to see a fresh log for next call, just delete today's file. Kohana will generate it and add
- Formatted mode (default) may not extract all info correctly for displaying in rows. Use raw mode for those situations. NEED IMPROVEMENT here.
- You can use Level listbox for filtering by log levels.
Notes:
-
http://your-app-root/logs should display the log reports interface. If it don't, please check the routing in
modules/logviewer/init.php
- If you change the folder name, change the paths in
modules/logviewer/views/logs/layout.php
accordingly.
- If you want to improve, please fork and participate.
- If you've a suggestion or found a bug, please let me know at - anisniit(at)gmail.com
- BE CAREFUL ABOUT USING ON PRODUCTION!