Get detailed logging from the Primo Extract Log in Voyager
- Product: Voyager
- Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare
Question
How to get detailed logging from the Primo Extract in Voyager?
Answer
- In /m1/voyager/xxxdb/sbin, ensure that the Pprimoexp.X is pointing to the corresponding log4j.properties-X file (e.g., Pprimoexp.pub should reference log4j.properties-pub in /m1/voyager/xxxdb/ini)
- Then, in the log4j.properties-X file, find these lines:
# These next 3 lines *must* be here, just like this.
# The log level INFO may be changed to DEBUG to show more information
# in the log file. The log level should not be changed to show
# any less than INFO.
log4j.logger.com.endinfosys=FATAL
log4j.logger.com.endinfosys.voyager.extract.Extract=INFO, CONSOLE, LOGFILE
log4j.logger.com.endinfosys.voyager.primo.PrimoExp=INFO, CONSOLE, LOGFILE
- And add this line:
log4j.logger.com.endinfosys.voyager.extract.ExtractBibs=DEBUG, CONSOLE, LOGFILE
- Article last edited: 14-Jan-2020