FanControl.Releases
FanControl.Releases copied to clipboard
[Feature Request] Add "disable log" command line option
Hi, is it possible to add a --disable_log command line option? It's annoying everytime I update Nvidia driver, it creates a log like below:
6/18/2025 11:44:11 AM: Update - NvAPIWrapper.Native.Exceptions.NVIDIAApiException: NVAPI_NVIDIA_DEVICE_NOT_FOUND
at NvAPIWrapper.Native.GPUApi.GetThermalSettings(PhysicalGPUHandle physicalGPUHandle, ThermalSettingsTarget sensorTarget)
at NvAPIWrapper.GPU.GPUThermalInformation.get_ThermalSensors()
at FanControl.Domain.BackendProviders.NVApiWrapper.NVApiTempSensor.Update()
at FanControl.Domain.BackendProviders.NVApiWrapper.NVApiWrapperBackendProvider.Update()
6/18/2025 11:44:11 AM: NvAPI failed. A complete refresh is required.
It would be nice to have options, so user can choose to enable log when they have issues, thanks!