The debug mode generates several log files such as DETAILLED and SANITIZED logs. The Rhapsody connector generates a log and an intermediate xmi file.
To activate the debug mode and generate logs and intermediate xmi file, set the following option in publisher.properties file:
# Determines whether logs from the Rhapsody Publisher plugin and xmi intermediate file should be generated or not. Available values: true, false - default: false
rhp2md.log=true
To deactivate the debug mode and generate logs and intermediate xmi file, set the following option in publisher.properties file:
# Determines whether logs from the Rhapsody Publisher plugin and xmi intermediate file should be generated or not. Available values: true, false - default: false
rhp2md.log=false
If the rhp2md.log
property is not set in the publisher.properties file, the property is set to false, by default.