We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fan2go is pretty verbose while running:
Aug 20 00:28:29 Silver fan2go[1165973]: 2021/08/20 00:28:29 Setting in_top_double (pwm3) to 89 (mapped: 103) ... Aug 20 00:28:29 Silver fan2go[1165973]: 2021/08/20 00:28:29 Setting cpu_fan (pwm2) to 89 (mapped: 67) ... Aug 20 00:28:30 Silver fan2go[1165973]: 2021/08/20 00:28:30 Setting in_bottom (pwm4) to 43 (mapped: 61) ... Aug 20 00:28:30 Silver fan2go[1165973]: 2021/08/20 00:28:30 Setting cpu_fan (pwm2) to 90 (mapped: 68) ... Aug 20 00:28:30 Silver fan2go[1165973]: 2021/08/20 00:28:30 Setting in_top_double (pwm3) to 90 (mapped: 104) ... Aug 20 00:28:31 Silver fan2go[1165973]: 2021/08/20 00:28:31 Setting in_top_double (pwm3) to 91 (mapped: 105) ... Aug 20 00:28:31 Silver fan2go[1165973]: 2021/08/20 00:28:31 Setting cpu_fan (pwm2) to 91 (mapped: 69) ... Aug 20 00:28:32 Silver fan2go[1165973]: 2021/08/20 00:28:32 Setting in_bottom (pwm4) to 44 (mapped: 62) ... Aug 20 00:28:34 Silver fan2go[1165973]: 2021/08/20 00:28:34 Setting in_bottom (pwm4) to 43 (mapped: 61) ... Aug 20 00:28:36 Silver fan2go[1165973]: 2021/08/20 00:28:36 Setting in_front (pwm5) to 42 (mapped: 62) ... Aug 20 00:28:36 Silver fan2go[1165973]: 2021/08/20 00:28:36 Setting in_top_double (pwm3) to 92 (mapped: 106) ... Aug 20 00:28:37 Silver fan2go[1165973]: 2021/08/20 00:28:37 Setting in_top_double (pwm3) to 93 (mapped: 107) ... Aug 20 00:28:37 Silver fan2go[1165973]: 2021/08/20 00:28:37 Setting cpu_fan (pwm2) to 93 (mapped: 70) .. ...
Adding a --verbose flag should help minimize logging while also providing the option to print all the things.
--verbose
The text was updated successfully, but these errors were encountered:
This flag already exists, but was not used for the mentioned log. Fixed in c160f3d
Sorry, something went wrong.
markusressel
No branches or pull requests
fan2go is pretty verbose while running:
Adding a
--verbose
flag should help minimize logging while also providing the option to print all the things.The text was updated successfully, but these errors were encountered: