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
Is there a way to write its logs to a different location other than the default Sniffer directory?
Yes. In your configuration file you can set a different path for your log files, rulebase, and workspace:
<paths>
<log path='d:/logs/'/> <!-- Moved Logs To D Drive -->
<rulebase path='c:/SNF/'/>
<workspace path='c:/SNF/'/>
</paths>
