Oracle® Marketing Segmentation Guide > Installing and Administering Segmentation and List Generation > Managing Marketing Segmentation >

Creating a Log File of Marketing Job Information


To save the information about marketing jobs status that is available in the Manage Marketing Jobs console, you can configure the logconfig.xml file to create a log file.

To add marketing job data to the log file

  1. Open the logconfig.xml file in the AnalyticsData\web\config directory.
  2. In the last line of the file, change the logging level for information to 100, as follows:

    <FilterRecord writerClassGroup="File" path = "saw.mktgsqlsubsystem.joblog"

    information="100" warning="100" error="100" security="41"/>

To isolate marketing logs into a separate file

  1. Open the logconfig.xml file in the AnalyticsData\web\config directory.
  2. Add the following lines below the <Writers> section:

    <Writer implementation="FileLogWriter" name="Marketing Job Logger"

    writerClassId="5" dir="{%SADATADIR%}/web/log" filePrefix="mktglog"

    maxFileSizeKb="10000" filesN="10" />

  3. Below the <WriterClassGroups> section, add the following line:

    <WriterClassGroup name="Marketing">5</WriterClassGroup>

  4. Below the <Filters> section, change the writerClassGroup to "Marketing" as follows:

    <FilterRecord writerClassGroup="Marketing" path =

    "saw.mktgsqlsubsystem.joblog" information="100" warning="100" error="100"

    security="

Oracle® Marketing Segmentation Guide Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.