Skip to content

zspitzer/lucee-logviewer

 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.1%
  • ColdFusion 43.4%
  • CSS 6.5%