Q & A Home
Customizing SNF
Errors
False Positives
Functionality
Integration
Log Files
Resellers
Result Codes
Rulebase Updates
Software
Spam
Subscriptions
Trials
Version 3 Architecture
Documentation Home
Log Files
No log file is being created. Why?
Here are some possibilities:
- Sniffer isn't being launched successfully. It would show up in the log if it were and it is virtually incapable of running
without producing a log file. It may be that the path to the program is unclear. Double check all paths to make sure none of
them are relative or pointing to an incorrect location.
- A log files turned on (mode='file') in your configuration file? If mode='none' or mode='api' then no log file will be created.
<!-- No classic log file -->
<classic mode='none' rotate='yes' matches='unique'/>
<!-- XML log file is turned on -->
<xml mode='file' rotate='yes' matches='all' performance='yes' gbudb='yes'/>
