fix: tentar logar no console quando houver problema no Seq

This commit is contained in:
Ricardo Carneiro 2025-05-27 22:45:45 -03:00
parent 74c1e1472b
commit 5b67989599

View File

@ -118,6 +118,7 @@ namespace YTExtractor.Logging.Configuration
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}");
throw new Exception("Erro ao configurar Seq. Configurar console.", ex);
}
}
}