Reduce Agent Summary call

This commit is contained in:
2025-09-15 00:19:21 +07:00
parent 37d57a1bb8
commit b0d2dcc6b9
10 changed files with 402 additions and 36 deletions

View File

@@ -313,7 +313,7 @@ namespace Managing.Application.ManageBot
}
else
{
_tradingBotLogger.LogInformation("Creating new bot statistics for bot {BotId}",
_tradingBotLogger.LogInformation("Update bot statistics for bot {BotId}",
bot.Identifier);
// Update existing bot
await repo.UpdateBot(bot);