Closed aro closed 6 years ago
Added option in config to specify the path for a log file where to send processing info:
<config>
<!-- Source (CMS) -->
<source>
...
</source>
<target>
...
<logFile>cms2xp.log</logFile>
</target>
</config>
The log of the execution is currently just sent to standard output. Add a configuration with the possibility to write it in a log file also.