Repast / repast.simphony

Git repository for Repast Simphony development
repast.github.io
90 stars 21 forks source link

Enable verbose logging in model installer XML+ #74

Closed etatara closed 1 year ago

etatara commented 1 year ago

The Ant XML scripts for model building don't always provide sufficient info to debug failures. Include log file with fine debug in the XML by using:

<record name="build.log" loglevel="verbose" action="start"/>

inside the Ant <project ...>

etatara commented 1 year ago

Fixed in version 2.10.0