临时开启日志
windchill wt.util.jmx.SetLogLevel -ms ext.custom.xxx DEBUG
//开启sql日志
windchill wt.util.jmx.SetLogLevel -ms wt.pom.sql DEBUG
永久开启日志(需要重启windchill):
codebase\WEB-INF\log4jMethodServer.properties文件添加一行:
log4j.logger.ext.custom.xxx=DEBUG, customLogFile