fix: exibir stacktrace

This commit is contained in:
Ricardo Carneiro 2025-05-27 22:40:36 -03:00
parent 390494c606
commit 74c1e1472b

View File

@ -116,6 +116,7 @@ namespace YTExtractor.Logging.Configuration
catch (Exception ex)
{
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}");
}
}