changed logging level for asyncssh

This commit is contained in:
phixxy 2024-01-27 22:25:49 -08:00
parent 0ccd421f8b
commit 61c1db1faa

View file

@ -356,6 +356,8 @@ class PhixxyCom(commands.Cog):
async def setup(bot):
try:
asyncssh.set_log_level(30)
asyncssh.set_sftp_log_level(30)
await bot.add_cog(PhixxyCom(bot))
bot.logger.info("Successfully added PhixxyCom Cog")
except: