bmcfee / pyrubberband

python wrapper for rubberband
ISC License
154 stars 20 forks source link

Report runtime failures transparently #12

Open bmcfee opened 6 years ago

bmcfee commented 6 years ago

We currently route all output to DEVNULL, but this isn't helpful when things break.

Instead, we should route to a logging file descriptor, and return the log when a runtime exception occurs.