Browse Source

Corrected error in scan log settings where <xml../> had been changed to <classic../>. Changed it back to xml so now both classic and xml are represented and configured properly. Default logging is supposed to be XML. When classic is desired configure <xml mode='none'... and configure <classic mode='file'...

git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@54 233e721a-07f6-49eb-a7da-05e0e16828fc
master
madscientist 14 years ago
parent
commit
c8eb9e8363
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      SNF_CS_Developer_Package/config_files/SNFServer.xml.sample.in

+ 1
- 1
SNF_CS_Developer_Package/config_files/SNFServer.xml.sample.in View File

<scan> <scan>
<identifier force-message-id='no'/> <identifier force-message-id='no'/>
<classic mode='none' rotate='yes' matches='unique'/> <classic mode='none' rotate='yes' matches='unique'/>
<classic mode='file' rotate='yes' matches='all' performance='yes' gbudb='yes'/>
<xml mode='file' rotate='yes' matches='all' performance='yes' gbudb='yes'/>


<xheaders> <xheaders>
<output mode='inject'/> <output mode='inject'/>

Loading…
Cancel
Save