Closed
Solved
Logging setting for BIX
Hi, Where can I find a list of classes that we can set the logging level to DEBUG or ALERT with respect to BIX extracts? We wanted to see number of records extracted and would also like to know what other logger options are available related to BIX process. Thanks!
You should see in the PegaBIX log the number of instances extracted without any debug turned on. ExtractImpl is the main class that you want to turn on debug for when running BIX.
com.pega.pegarules.data.internal.access.ExtractImpl
Turning on debug for these classes can also be useful.
com.pega.pegarules.data.internal.access.ExtractParameters
com.pega.pegarules.data.internal.access.DatabaseUtilsCommonImpl