General Logging
Logs are captured during the publish event.
These logs are located in %USER%/.rhp2md/com.sodius.mdw.interop.rhp_md_sysml/logs
%USER%
corresponds to the System.user folder.
The output location of the logs can be changed with the following addition to the end of the publisher.ini file
-Duser.home=C:\examplepath
The logging feature generates tree files as defined below:
- Detailed Logs
Detailed Logs show the actions taken by the publisher during the publish with names of the contextual elements.
- Sanitized Logs
Sanitized Logs show the actions taken by the publisher during the publish with the names of the contextual elements and context removed.
- Rhapsody reader logs
Rhapsody reader logs show the actions taken by the Rhapsody reader during the reading with names of the contextual elements. For debug purpose, a xmi file is also generated.
Refer to the Administration Guide for details about the logged content.
The publisher also provides Metrics on the input Rhapsody Model, in the form of a .csv
file in the same location as the logged information (%USER%/.rhp2md/com.sodius.mdw.interop.rhp_md_sysml/logs
).
This file contains detailed counts of diagrams types and elements including the resolution status of the input element in the source model.