EvanMulawski/FanControl.CorsairLink

CorsairLink.log file being accessed constantly

Closed this issue · 1 comments

Discussed in #145

Originally posted by hst12 February 4, 2024
Hi. Would it be possible to disable this log file?
Process Monitor shows that it's being constantly accessed.


The log file is being opened for writing even if there is nothing to write. Ensure the StringBuilder length is greater than zero before performing the write operation.

Fixed in v1.6.0-beta.2