Bookworm-project / BookwormDB

Tools for text tokenization and encoding
MIT License
84 stars 12 forks source link

Standardize Locations of log and error writing #33

Closed bmschmidt closed 10 years ago

bmschmidt commented 11 years ago

The tricky part here is deciding where to write to. One option would be to print to stdout and stderr; another would be to print to something like "err.log" and "log.log."

Currently,

  1. Some stuff is printed to log.log and some to stdout: that is less than optimal.
  2. Some stages print updates for each book; others don't.
bmschmidt commented 10 years ago

All stuff is now printed to stdout or stderr, I believe.