Logs XML Nodes generating Exception during reading

In case of unexpected exception during reading resulting of an empty model, it may be difficult to understand which XML Nodes has generated the issue.
This option enable logging of the Enterprise Architect XML Node from which the Exception was generated.

Selecting node level to log in case of Exception

The node level to log is the number of Node's parent to serialize in case of Exception.

Set to following option in publisher.properties file for enable logging on the source XML Node:

# Enable logging of Enterprise Architect XML Nodes in case of critical exception during reading. Available values: natural integer (0 no node logged, 1 current node, 2 parent node...) - default: 0
ea2md.log.xmlNode.level=1