enzymefinance/oyente

chore: more robust logging

yxliang01 opened this issue · 0 comments

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.