fr33jc / bang

The beginning of the universe...
GNU General Public License v3.0
22 stars 7 forks source link

log tracebacks to a separate log #14

Open fr33jc opened 10 years ago

fr33jc commented 10 years ago

The console output should obey the user-configurable logging settings. Unknown exceptions should have a reasonable summary logged as ERROR. All tracebacks should go into a detailed error log.

Note that the traceback log should always be active to obviate the need for "reproducing" production errors just to get a traceback.