From d202e02d23c8bd6a1d1b9f4f0da1d777015fa1bf Mon Sep 17 00:00:00 2001 From: Professional Date: Wed, 12 Mar 2025 22:35:28 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B5=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 4cb738d..bc81087 100644 --- a/Program.cs +++ b/Program.cs @@ -83,6 +83,7 @@ class Program private static Task HandleErrorAsync(ITelegramBotClient botClient, Exception exception, CancellationToken cancellationToken) { Log.Error($"Ошибка: {exception.Message}"); + Log.Error($"StackTrace: {exception.StackTrace}"); return Task.CompletedTask; } }