It can be found in the directory where you installed your 5.x SourceOffSite Server.
To change the logging level, modify the "priority value" within the <root> section. The possible values are ALL, DEBUG, INFO, WARN, ERROR, FATAL, or OFF.
Code: Select all
<root>
<!--<priority value="ALL | DEBUG | INFO | WARN | ERROR | FATAL | OFF" /> -->
<priority value="ERROR" />
<appender-ref ref="LogFileAppender" />
</root>
The SOS Server log is called log.txt and is in the SOS Server directory.