enonic / cms2xp

Enonic CMS to XP migration tool
0 stars 0 forks source link

Support sending logging to a file #29

Closed aro closed 6 years ago

aro commented 6 years ago

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.

aro commented 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>