johnbickmore / livecoding

A code reloading library for Python
https://code.google.com/archive/p/livecoding/
Other
0 stars 0 forks source link

Inconsistent exception logging #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Exceptions when import dependencies cannot be resolved are logged line by
line.  Exceptions when unit tests fail are logged within one log line.

The former is noisy and unreadable.  The latter is clear and readable.  All
exception logging should be done in the way the latter uses.

Original issue reported on code.google.com by richard.m.tew@gmail.com on 8 Jan 2010 at 8:59

GoogleCodeExporter commented 8 years ago

Original comment by richard.m.tew@gmail.com on 13 Jan 2010 at 8:03

GoogleCodeExporter commented 8 years ago

Original comment by richard.m.tew@gmail.com on 13 Jan 2010 at 8:04