fix: tentar logar no console quando houver problema no Seq
This commit is contained in:
parent
74c1e1472b
commit
5b67989599
@ -118,6 +118,7 @@ namespace YTExtractor.Logging.Configuration
|
|||||||
Console.WriteLine($"⚠️ Seq configurado mas conexão falhou: {ex.Message}");
|
Console.WriteLine($"⚠️ Seq configurado mas conexão falhou: {ex.Message}");
|
||||||
Console.WriteLine($" StackTrace: {ex.StackTrace}");
|
Console.WriteLine($" StackTrace: {ex.StackTrace}");
|
||||||
Console.WriteLine($"💡 Dica: Verifique se o Seq está rodando em {seqUrl}");
|
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