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
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:
commit
3b13014d4d
@ -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