kennedyshead / aioasuswrt

MIT License
24 stars 24 forks source link

asyncssh spamming log #27

Closed 8osman closed 5 years ago

8osman commented 5 years ago

I asked the question on the asyncssh github about this and Ron recommended adding

asyncssh.set_log_level('WARNING')

into the code.

I've inserted this into aioasuswrt.connection code and tried this on my installation at home and it's reduced the 'spamming' to just asuswrt checking devices text which is perfect.

Could this be included in the next release?

Thank you