Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application for viewing coldfusion logs

Straighforward question really

Wondering if there was an application specific for handling coldfusion log files.

At the moment I am opening them in notepad to view the details, but wondered if there was another solution

Many thanks

like image 623
namtax Avatar asked Oct 12 '25 23:10

namtax


2 Answers

Anything with a tail view will work.

CFBuilder has a built in log view that works well, although the product is still in Beta. Tips on use ( http://www.coldfusionjedi.com/index.cfm/2009/11/25/Quick-TailView-Tip )

The "Windows Server 2003 Resource Kit Tools" also has a command line tail viewer that is less cumbersome. Search for that string to get the MS Download page for it.

like image 106
Jeff Price Avatar answered Oct 14 '25 19:10

Jeff Price


I'm not using CFBuilder, but found a nice way of doing around this.

There's a nice eclipse plugin called "eclipsetail" that does exactly that, and it doesn't rely on you having cfbuilder installed.

I've been using it for a long time, and it's really good, and does exactly the same as the version from cfbuilder.

Hope it helps

like image 33
Marcos Placona Avatar answered Oct 14 '25 21:10

Marcos Placona