Smart Grid Applications Overview > Responder Overview > Implement Responder > Configure Responder > Responder Server > Archive Services Configuration > Archive Log File |
Version: 10.1 |
While importing data from the History tables into the Archive tables (using the Build Archive From History tool in Archive Explorer), you have the option of turning on a rolling log file that logs any failures during the import. Responder uses log4net for this rolling log file. More information about log4net is available from the Apache Software Foundation web site.
It is important to note that with this option enabled ONLY ONE instance of Archive Services may be running. If you run multiple instances of Archive Services with this option enabled, errors will occur.
Look for the Miner.Responder.ArchiveServices.exe.config file which is installed here: Program Files\Miner and Miner\Responder\Server.
To enable the rolling log file, remove the tags that comment out the appender. These tags are shown in green in the example below. Replace these tags to disable the rolling log file appender.
<root><!--
<appender-ref ref="RollingLogFileAppender" />-->
</root>