ApproxEng / approxeng.input

Python classes to handle game controllers, including PS3, PS4, XBox One and Rock Candy
https://approxeng.github.io/approxeng.input
Apache License 2.0
55 stars 17 forks source link

Logging should be 'off' for out-of-range events by default #15

Closed tomoinn closed 6 years ago

tomoinn commented 6 years ago

People are being confused by warning messages about unknown axes on DS4 controllers. Make the logging default to ERROR rather than WARNING, ideally in a way that doesn't break people who actually want to see the stuff.

tomoinn commented 6 years ago

Debug output is now at the debug level so isn't shown.