HL7 verbose logging (6432 and higher)
To turn on Verbose logging for HL7
Rename your current log settings to log4j2_old.xml
Replace with attached log4j2.xml, then restart the passagepoint service.
Related Articles
HL7 NON-verbose logging
If PasasgePoint's HL7 logger is set to verbose, to remove verbose logging, replace log4j2.xml on your server with attached log4j2.xml, then restart the passagepoint service.
Extra verbose logging in passagepoint
We do not recommend customers enabling the logs unless required. See attached for log4j2.xml which has all verbose enabled. You can simply remove yours and replace with the attached, then restart. We have 5 different logging for a different purposes: ...
HL7 verbose logging (prior to 6432)
To turn on Verbose logging for HL7 Rename your current log settings to log4j_old.xml Replace with attached log4j, then restart the passagepoint service.
Log4j2 adding zinc verbose for devices
<?xml version="1.0" encoding="UTF-8"?> <Configuration> <Appenders> <Console name="log2console" target="SYSTEM_OUT"> <PatternLayout pattern="%d %-5p %c{1}:%L - %m%n"/> </Console> <RollingFile name="log2file" fileName="logs/client.log" ...
sqlContext.xml file format changed (6450 and higher)
As the format of the "sqlcontext.xml" has changed, after the upgrade is complete, copy your settings to the new "sqlcontext.xml", then rename yours to sqlcontext.xml.old, and the new one to sqlcontext.xml. 1) open sqlcontext.xml, and ...