221.0.31
Pre-release ImportantPre-Release Version: features are only available to customers using a pre-release version who have signed up to the Early Adopter Programme.
Important Info
- Web API Logging will now use a ‘BufferingForwarder’ to write to the Web API Log file. This will buffer 256 log events before flushing the changes to disk. This will result in a delay for log entries to appear in the Web API log. This change was required to reduce the number of writes to the Web API log and improve performance of the Web API for sites that use antivirus that locks files on each read/write of a file.
This can be changed to use the existing appended by amending the web.config as below:
<log4net>
<root>
<level value=”FATAL“></level>
<appender-ref ref=”BufferingForwarder“></appender-ref>
</root>
</log4net>
to:
<log4net>
<root>
<level value=”INFO“></level>
<appender-ref ref=”SiconWebAPIAppender“></appender-ref>
</root>
</log4net>
Software dependancies: Sicon Common Components 221.0.81 or later
Date applied: September 10, 2024