Instrumentation Logging Mechanism for the Import Process
The import functionality now includes an improved logging mechanism that provides detailed insights into the import process. For setup instructions, see How to Enable and Configure Loggers.
Newly Introduced Loggers
The following loggers have been added to support this functionality:
com.ptc.windchill.rd.instrumentation
wt.ixb.instrumentation
Logging Behavior
You can enable or disable log file generation before starting the import operation.
When enabled, the system generates separate log files for different types of data, such as heap dumps, histograms, and thread dumps.
Set the logger level to INFO, DEBUG, or TRACE as needed to control the detail of the logs.
* 
PTC recommends setting the wt.heapDumps.dir property in the wt.properties file to a preferred, accessible location.
For example, wt.heapDumps.dir=F:\\PTC\\Fox96UpB73\\InstrumentationLogs
By default, log files are stored in the WT_Home\heapDumps folder.
Was this helpful?