Merge pull request 'fix: exibir stacktrace' (#16) from release/V1.0.0 into main
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 1m36s

Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/16
This commit is contained in:
ricardo 2025-05-28 01:41:09 +00:00
commit 3b13014d4d

View File

@ -116,6 +116,7 @@ namespace YTExtractor.Logging.Configuration
catch (Exception ex) catch (Exception ex)
{ {
Console.WriteLine($"⚠️ Seq configurado mas conexão falhou: {ex.Message}"); Console.WriteLine($"⚠️ Seq configurado mas conexão falhou: {ex.Message}");
Console.WriteLine($" StackTrace: {ex.StackTrace}");
Console.WriteLine($"💡 Dica: Verifique se o Seq está rodando em {seqUrl}"); Console.WriteLine($"💡 Dica: Verifique se o Seq está rodando em {seqUrl}");
} }
} }