Company News Products Data Tools Support Documentation Q & A Contact Us

Documentation Home
Help! Errors
Help! False Positives
Help! Spam Leakage
Installation Guides
Features
Procedures
SNF Community
Software
Technology
Tools
Direct Support
Glossary
Q&A

snf_engine.xml

<node/> - <logs/> - <scan/>

<xml/>

This section controls the generation of XML (SNF V3+) log files.

<xml mode='file' rotate='yes' matches='all' performance='yes' gbudb='yes'/>

Modes

The mode attribute controls how / if the classic log data is generated:

Rotation

The rotate attribute controls XML log file rotation. Rotation is either on or off. When file rotation is turned on (rotate='yes') XML log files will be created with the current date in their name using the pattern:

<licensid>.<datestamp>.log.xml

When file rotation is turned off (rotate='no') XML log files will be created using this pattern:

<licensid>.log.xml

Matches

The matches attribute controls the level of detail provided about each message scan:

Performance Data

The performance attribute controls whether scanner performance data is included in each message scan entry. If performance data logging is turned on (performance='yes') then the data will be included. If performance data logging is turned off (performance='no') then the data will not be included.

GBUdb Data

The gbudb attribute controls whether GBUdb information will be included in each message scan entry. If GBUdb logging is turned on (gbudb='yes') then the data will be included. If GBUdb logging is turned off (gbudb='no') then the data will not be included.

Please email support@armresearch.com with any questions.