Fire Log Spark

Browse and filter Code Igniter log files without having to ssh to your box and sift through huge text files.

Now with pagination to increase performance on large log files.

Fire Log

To Install The Spark

From terminal, you must have sparks installed prior, see sparks page for instructions.

[bash]
cd /path_to_your_CI_reactor_build
php tools/spark install fire_log

Usage

Really Simple...

// in your controller
function logs(){
    /*
    highly advised that you use authentification 
    before running this controller to keep the world out of your logs!!!
    you can use whatever method you like does not have to be logs
    */
    $this->load->spark( 'fire_log/x.x');
    // thats it, ill take if from there
}

Log Issues or Suggestions
Sparks Page


Logo
 
 
profile for David Morrow at Stack Overflow, Q&A for professional and enthusiast programmers