Merge pull request 'fix: tentar logar no console quando houver problema no Seq' (#17) from release/V1.0.0 into main
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 1m31s
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 1m31s
Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/17
This commit is contained in:
commit
dcaafa36b7
@ -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