fix: tentar logar no console quando houver problema no Seq #17
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user