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
Supports Lucee 5.2.8.50 and later
- 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
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
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