openzeppelin-upgrades icon indicating copy to clipboard operation
openzeppelin-upgrades copied to clipboard

Add logs for createProxy and upgradeProxy

Open spalladino opened this issue 5 years ago • 2 comments

With DEBUG enabled, there are no logs when a createProxy or upgradeProxy operation is run.

spalladino avatar Jul 31 '20 22:07 spalladino

@spalladino What kind of logs do you mean? Since there is already logging around the proxy admin and implementation contract deployments.

frangio avatar Aug 12 '20 20:08 frangio

@frangio if the proxy admin and implementation contract are already deployed, then no logs are shown when createProxy or upgradeProxy are called. I'd expect a log entry that lets me know that either a Proxy is being deployed, or an upgradeTo is being called.

spalladino avatar Aug 12 '20 20:08 spalladino