changed logging level for asyncssh
This commit is contained in:
parent
0ccd421f8b
commit
61c1db1faa
1 changed files with 2 additions and 0 deletions
|
|
@ -356,6 +356,8 @@ class PhixxyCom(commands.Cog):
|
||||||
|
|
||||||
async def setup(bot):
|
async def setup(bot):
|
||||||
try:
|
try:
|
||||||
|
asyncssh.set_log_level(30)
|
||||||
|
asyncssh.set_sftp_log_level(30)
|
||||||
await bot.add_cog(PhixxyCom(bot))
|
await bot.add_cog(PhixxyCom(bot))
|
||||||
bot.logger.info("Successfully added PhixxyCom Cog")
|
bot.logger.info("Successfully added PhixxyCom Cog")
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue