ryanbressler / golem

Research Oriented Distributed Computing.
1 stars 1 forks source link

emit multiline error messages together #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The error messages are split by newlines.  This makes it difficult to read 
traceback errors from Python.

Possible Solution: Check for "Traceback" in the message and concat the 
remaining output, within reason.

Or:  Have a reasonable buffer size for error messages that is flushed when it 
fills on one event.  Thus the error message would be split into several 
sections.

Original issue reported on code.google.com by rbkreisb...@gmail.com on 30 May 2013 at 6:45