Skip to content

Commit

Permalink
Merge pull request #135 from crestalnetwork/refactor/tg-init-bot-err-…
Browse files Browse the repository at this point in the history
…type

refactor: tg init bot error message type to info
  • Loading branch information
hyacinthus authored Jan 31, 2025
2 parents 85f67d3 + 6605323 commit 17e8201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/tg/bot/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async def init_new_bot(self, agent: Agent):
f"bot for agent {agent.id} did not started because of invalid data. err: {e}"
)
except Exception as e:
logger.error(f"failed to init new bot for agent {agent.id}: {e}")
logger.info(f"failed to init new bot for agent {agent.id}: {e}")
finally:
if bot_item and bot_item.bot:
await bot_item.bot.session.close()
Expand Down

0 comments on commit 17e8201

Please sign in to comment.