Changes between Version 26 and Version 27 of LogViewerPlugin


Ignore:
Timestamp:
May 13, 2020, 10:59:04 PM (4 years ago)
Author:
figaro
Comment:

Remove poll

Legend:

Unmodified
Added
Removed
Modified
  • LogViewerPlugin

    v26 v27  
    55== Description
    66
    7 This plugin allows you to view your `trac.log` logfile without needing shell access to the server, just via the Web-UI Admin interface. You can select to only display messages from a specified log level (e.g. only warnings), as well as optionally including higher levels. So if you select "Debug" and all higher levels, this means the entire log will be displayed. Moreover, you may restrict the output to the latest N lines, and even filter for lines containing a specified string or even matching a regular expression.
     7This plugin allows you to view your `trac.log` logfile without needing shell access to the server, just via the admin interface. You can select to only display messages from a specified log level (e.g. only warnings), as well as optionally including higher levels. So if you select "Debug" and all higher levels, this means the entire log will be displayed. Moreover, you may restrict the output to the latest N lines, and even filter for lines containing a specified string or even matching a regular expression.
    88
    99Be careful with large log files: use the tail-function to limit the output to the last few lines, because it would otherwise take a long time to display.
     
    2121[[Image(logviewer.jpg, border=2)]]
    2222
    23 As you can see, the log lines are quite colorful: each log level has its distinct color assigned. If you like to change the choice of colors here, you can easily apply your own style sheets. All elements can be identified without problems: the different log levels use classes, and even the other elements of the GUI use classes and ids. Furthermore, in this example you might note that obviously nothing was logged at "Info" level.
     23As you can see, the log lines are color-coded: each log level has its distinct color assigned. If you like to change the choice of colors here, you can easily apply your own style sheets. All elements can be identified without problems: the different log levels use classes, and even the other elements of the GUI use classes and ids. Furthermore, in this example you might note that obviously nothing was logged at "Info" level.
    2424
    2525A viewer for any log file that resides on the same disk as your Trac project is LogWatcherPlugin.
     
    9696The meaning of those three settings corresponds to the similarly named items from the autoload, with the difference that the values here only apply when autoload is disabled.
    9797
    98 == Feedback
    99 
    100 Your feedback here, please. Or if you don't want to write something, use the poll below (you must be logged in to vote):
    101   * olemis: This plugin is cool and very useful (especially to manage remote Trac instances ''';o)'''.
    102    Nonetheless, if you are debugging then you might like to try TracDeveloperPlugin too.
    103 
    104 [[Poll(Let others know what you think about the LogViewerPlugin:;I use it and I like it!;I use it and find it acceptable.;I tried it and didn't like it;I think it's great stuff and will give it a try!;I don't know what to think about it.)]]
    105 
    10698== Recent Changes
    10799