The Publish to File application logs the last N jobs to a local file in a XML format.

Configuration

PropertyTypeDefaultDescription
numJobsinteger5The number of jobs to retain at the logger.
logFilestringlog/${app.name}/publishToFile.jobsThe name of the file to log to.


Configuration Example

<application config="com.searchtechnologies.aspire:app-publish-to-sp2013">
    <properties>
      <numJobs>5</numJobs>
      <logFile>log/${app.name}/publishToFile.jobs</logFile>
      <debug>false</debug>
    </properties>
  </application>

Note: Any optional properties can be removed from the configuration to use the default value described on the table above.

  • No labels