Configuring BIX logs for command-line extractions in on-premises systems
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.
This content only applies to on-premises systems and is not supported in Pega Cloud environments.
- Open the
prlog4j2.xml
file with your text and source code editor Notepad++. - In the
Loggers
class, find the<Logger name="com.pega.pegarules.data.internal.access.ExtractImpl" additivity="false" level="debug"> <AppenderRef ref="BIX"/>
element. - Edit the parameter
level=" "
to adjust your logging level. - Save and close the
prlog4j2.xml
file. - Review your log files. For more information, see BIX logging.
Previous topic Configuring optional prconfig.xml settings in on-premises systems Next topic Enabling password encryption for BIX command-line extractions in on-premises systems