-
Couldn't load subscription status.
- Fork 78
Description
Here's the point in code where it's loading the certificate: https://github.com/svrooij/unobtanium-web-proxy/blob/5a6d45bcebb55c8e85b75bddc7ffe7f7ebd69d76/src/Unobtanium.Web.Proxy/Certificates/CertificateManager.cs#L609.
I see log calls in that code; can I somehow set a setting, or environment variable that make those log messages appear?
At the moment, the only way would be to update how we instantiate the ProxyServer here:
and pass the LoggerFactory to the constructor. You'd need to update the code and build Dev Proxy yourself. We're not doing this at the moment in our code at the moment. Sorry for the trouble.dev-proxy/DevProxy/Proxy/ProxyEngine.cs
Line 59 in fd15fb5
ProxyServer = new();
Originally posted by @waldekmastykarz in #1410
We need to ensure that these message are properly displayed in Dev Proxy output. They should be attached to Debug and Trace log levels in Dev Proxy.