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.
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 (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. Once restarted, all HL7 messages are then logged to the "services.log" file ***NOTE*** ...
Acuant scanner IDscan logging
Create cssnlogdir older at the root of the c drive once created, do a normal scan in passagepoint and when a failur happens, send support the cssnlogdir. ***NOTE*** folder can get quite large, so only do this for a short amount of time
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" ...