Can I ask to add env_logger::init()
to Replica?
It would greatly help me (and other developers with similar problems) to debug why Replica does not succeed to set a HTTPS connection to https://localhost
(inside my Docker image with local certificate authority), while debugging my HTTP outcalls related software.
I have a trouble debugging it and having tracing capabilities would be a great help.
So, is missing env_logger::init()
in dfinity/ic
repo intentional (like reducing memory footprint) or is it just forgotten? In any case, I would vote to add it.