Windchill log tool
Does anyone know of a good tool to view Windchill logs? I heard Apache Chainsaw would work, but do not see any documentation to support this.
Does anyone know of a good tool to view Windchill logs? I heard Apache Chainsaw would work, but do not see any documentation to support this.
You do know about http://yourHostAndPort/Windchill/wtcore/jsp/jmx/logFiles.jsp, right?
That provides an HTML UI for searching/browsing all the log files from the cluster.
Also, you know about http://yourHostAndPort/Windchill/wtcore/jsp/jmx/logEvents.jsp, right?
It provides an ability to search all "persisted" log events via the database. These are essentially the warnings and errors (captured by a custom log4j appender, AsyncJDBCAppender). The difference is that
This is all assuming you're on 10.0 or later, of course. These capabilities (and all those accessible from https://yourHostAndPort/Windchill/wtcore/jsp/jmx/index.jsp) continue to improve in each release and MOR up through 11.0.
Of course, these are not the end-all-and-be-all, and, yes, you can configure socket appenders and set up chainsaw if you like -- or use Splunk or various other tools. It's just log4j and log files (apart from the custom database appender).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.