Viewing Virus Scanning Logs
Virus scanning logs are the only interface with the scanning engine.
Virus Scanning Logs
The virus scanning logs are located in the path indicated by the logFile property in VirusScanning.xml.
<Providers disableAll="False" logFile="./servers/PIA/logs/VirusScan%u.log">
The following results are logged with the date and the file name that was scanned:
-
CLEAN, INFECTED, and SCANERROR
The results for these statuses is logged in this form:
filename = resultFor example:
finance.xls = INFECTED -
CONNECTERROR and CONFIGERROR
The results for these statuses is logged in this form:
Unable to connect to the Scan engine: REASON = resultFor example:
Unable to connect to the Scan engine: REASON = CONFIGERROR
In addition, detailed logging is configured in the logging.properties file for WebLogic server:
PS_CFG_HOME\webserv\domain_name\piaconfig\properties\logging.properties
See PeopleCode Developer’s Guide: Debugging File Attachment Problems.