Closed
Description
Normally our application logging with a standard format to console in docker environment, the logging is directly capture from console output. I am facing an issue that the smart contract having multiple functions with a same name, the ethers will output a warning message to console.
WARNING: Multiple definitions for XXXX
Do you have any idea to disable the console.log inside ethers library?
Activity