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.
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