Configuring BIX logs for command-line extractions

You can configure Business Intelligence Exchange (BIX) logs for command-line extractions by editing the prlog4j2.xml file. BIX logs capture timestamped progress each table batch extracted, interruptions in the extraction process, source and target database connectivity errors. You can locate the prlog4j2.xml file in the config folder of your Pega Platform distribution. For more information about logging levels, see Logging Level Settings tool.
  1. Open the prlog4j2.xml file with your text and source code editor Notepad++.
  2. In the Loggers class, find the <Logger name="com.pega.pegarules.data.internal.access.ExtractImpl" additivity="false" level="debug"> <AppenderRef ref="BIX"/> element.
  3. Edit the parameter level=" " to adjust your logging level.
  4. Save and close the prlog4j2.xml file.
  5. Review your log files. For more information, see BIX logging.