JonathanTaquet / Oe2sSLE

Open e2sSample.all Library Editor (Oe2sSLE) for Electribe Sampler
GNU General Public License v2.0
83 stars 20 forks source link

Use more pythonic logging #6

Open rknLA opened 8 years ago

rknLA commented 8 years ago

I went ahead and changed up the logging here to use Python's built-in logging module, rather than redirecting stdin and stdout. While this might seem pedantic, the main reason I had to do this was because redirecting stdout makes pdb effectively useless, making it impossible to debug what's going on with the issue I've mentioned in #2.

At this point, I'm still trying to pinpoint where things are going wrong, but I thought this might be helpful to merge back into your branch.

I'm happy to remove the added log messages as well, if you prefer.

JonathanTaquet commented 8 years ago

Thank you for your work.

I have comments/questions: