enzymefinance / oyente

An Analysis Tool for Smart Contracts
GNU General Public License v3.0
1.32k stars 309 forks source link

chore: more robust logging #408

Open yxliang01 opened 4 years ago

yxliang01 commented 4 years ago

Oyente has been using the root logger of the logging library. This can be problematic when using external libraries that also use the logging library.

We should create the corresponding logger instances for each file instead.