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.
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 Next topic Viewing and configuring BIX logs