Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Documentation

samantharitter edited this page Jul 17, 2012 · 34 revisions

Welcome to Logl! We're glad you made it here. Here's what you need to do to get Logl up and running:

Installation

  1. Install pip
    Pip is a tool for installing Python packages. If you don't already have pip, you can install it here:
    http://www.pip-installer.org/en/latest/installing.html#

  2. Install PyMongo
    PyMongo, MongoDB's language driver for Python, is a prerequisite for running Logl. You can download and install PymMngo using pip, as described here:
    http://api.mongodb.org/python/current/installation.html

  3. Install Logl
    COMING SOON

  4. Install a non-text-based browser
    We recommend Google Chrome or Firefox.

Running Logl

Logl is runnable from the command line. Once you've installed everything, navigate to the top-level logl directory and run the following:

$ python logl/logl.py logfile1 logfile2...

Feed Logl your log files as command line arguments. If you don't have any log files to try with Logl, we've provided some samples so you don't have to miss out on the fun :)

$ python logl/logl.py test/1.log test/2.log test/3.log test/4.log test/5.log

Clone this wiki locally