EvanMulawski / FanControl.CorsairLink

The unofficial CorsairLink plugin for Fan Control. Adds support for Corsair controllers, liquid coolers, and power supplies. An alternative to iCUE.
125 stars 10 forks source link

CorsairLink.log file being accessed constantly #147

Closed EvanMulawski closed 5 months ago

EvanMulawski commented 5 months ago

Discussed in https://github.com/EvanMulawski/FanControl.CorsairLink/discussions/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.

EvanMulawski commented 5 months ago

Fixed in v1.6.0-beta.2