Skip to content
New issue

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

Add --verbose flag #22

Closed
markusressel opened this issue Aug 19, 2021 · 1 comment
Closed

Add --verbose flag #22

markusressel opened this issue Aug 19, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@markusressel
Copy link
Owner

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.

@markusressel markusressel added the enhancement New feature or request label Aug 19, 2021
@markusressel markusressel self-assigned this Aug 19, 2021
@markusressel
Copy link
Owner Author

This flag already exists, but was not used for the mentioned log. Fixed in c160f3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant