MBF Knowledge Base

How to write Message Sniffer logs to a different location.

In your snf_engine.xml configuration file you can set a different path for your log files, rulebase,
and workspace such as follows:

<paths>
  <log path='d:/logs/'/>    <!-- Moved Logs To D Drive -->
  <rulebase path='c:/SNF/'/>
  <workspace path='c:/SNF/'/>
</paths>