function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shan141shan141 

ANT Migration Debug Logs

Hi,

 

I am using ANT migration tool to deploy components between the sandboxs and  prod. during the deployment  If there are any failures  where can i check debug logs. 

 

 

Thanks,

Shan

jwalshjwalsh

I always run

 

ant targetName >> ant.log 2>&1

 

and then tail ant.log to follow along