Log file location

By default all batch logs are stored in <installation location>\batch\logs, each batch job has its own log file, as follows:
  • a-batch.txt (includes logs from run, run-channel, resume-batch and restart-batch)
  • na-batch.txt
  • purge.txt
  • purge-em.txt
  • purge-promotion.txt

To restore the previous batch log location (<installation location>\batch\bin), set the separate.log.files.in.dedicated.directory entry in your batch config-settings.xml to false, as shown below:

<namespace name="com.pb.engageone.server.batch"> . . . .
<setting>
<key>separate.log.files.in.dedicated.directory</key>
<value>false</value>
</setting>
. . . .
</namespace>