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
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.
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
精彩评论