cfmitrah / lucee-logviewer

Log viewer administrator extension for Lucee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lucee Log Viewer

Log Viewer plugin for Lucee, to be used in the Lucee admin.

By Zac Spitzer https://twitter.com/zackster/

Based on https://github.com/paulklinkenberg/lucee-loganalyzer

It's published on ForgeBox and available via the Lucee Administrator

install count

Supports Lucee 5.2.8.50 and later

Features

  • Aggregates all logs into a single combined view
  • Search by date or string
  • Auto refreshing / polling
  • Filter by severity or source log file
  • Stack traces are collapsed

Building

The Build process uses Apache Ant

Simply run ant in the root directory to build the extension .lex file, which you can then manually install via the Lucee Administrator

Hacking

Once installed, all the source cfml and js files can be found under the server or web context, depending where you installed it

  • web context: under the \WEB-INF\context\admin\plugin\logViewer
  • server: C:\lucee\tomcat\lucee-server\context\context\admin\plugin\logViewer

Append debug=true to the url to enable debugging output

If the plugin doesn't appear, append alwaysnew=1 to the url

Screenshot

Sample Screenshot

About

Log viewer administrator extension for Lucee

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 50.4%Language:ColdFusion 43.1%Language:CSS 6.6%