Enterprise Administration > Part Creation Utility > Configuring the Properties Files > Check the Log Report Files for Errors
  
Check the Log Report Files for Errors
During WTPart migration, log reports are generated using the logging.properties and debug.properties commands.
These files and the log report files can be found in the following directory:
<Windchill>\codebase\com\ptc\windchill\pdmlink\proimigration
The Proimigration logging tool reads relevant log file configuration information at runtime from the logging.properties file.
The logging.properties command accesses the debug.properties file for the debug%SYSTEM=1 entry. If this entry is greater than -1, logging is enabled at all severity levels, and debug level and above are outputted to a debug log file.
The proibaseline.log file contains all log statements at the debug level and up and contains the severity level. This file can be appended. For example,
log%base.append=
truelog%baseline.file=$(wt.log.dir)$(dir.sep)proibaseline.log
log%baseline.severity=3
The proibasedebug.log file contains all log statements at the debug level and up. The severity level is not included. This log file can be appended. For example,
log%baseline debug.append=true
log%baseline
debug.file=$(wt.logs.dir)$(dir.sep)proibaselinedebug.log