Changes between Version 1 and Version 2 of LogViewerPlugin


Ignore:
Timestamp:
Nov 2, 2009, 8:28:39 PM (14 years ago)
Author:
izzy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LogViewerPlugin

    v1 v2  
    33== Description ==
    44
    5 This plugin allows you to view your `trac.log` logfile without shell access, just via the Web-UI Admin interface.
     5This plugin allows you to view your `trac.log` logfile without shell access, just via the Web-UI Admin interface. You can select to only display messages from a specified log level (e.g. only warnings), optionally including higher levels. So if you select "Debug" and all higher levels, this means to display the entire log.
     6
     7Be careful with large log files ;)
    68
    79== Bugs/Feature Requests ==
     
    2123You can check out LogViewerPlugin from [http://trac-hacks.org/svn/logviewerplugin here] using Subversion, or [source:logviewerplugin browse the source] with Trac.
    2224
     25== Installation ==
     26The easiest way to install this plugin is:
     27{{{
     28easy_install http://trac-hacks.org/svn/logviewerplugin/0.11/trunk
     29}}}
     30
     31You can also checkout the code from the repository, or download and unpack the zipped source (see above) - and then run either `easy_install` or `python setup.py` from where the `setup.py` file resides.
     32
     33Moreover, you will need to enable the plugin for your trac environment(s):
     34{{{
     35[components]
     36logviewer.* = enabled
     37}}}
     38
     39There's no more configuration required.
     40
     41
    2342== Example ==
    2443
    25 none
     44Hell, what example? OK: Here is what it may look like, having selected "Warnings and above":
     45
     46[[Image(logviewer.jpg)]]
    2647
    2748== Recent Changes ==