fix: exibir stacktrace
This commit is contained in:
parent
390494c606
commit
74c1e1472b
@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user