dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

Improved Logging #25

Closed tmarble closed 8 years ago

tmarble commented 8 years ago

Closes #17

Nearly all println's are replaced with logging calls. The logging has been setup with two "appenders"

  1. STDERR
  2. logs/pamela.log The CLI now accepts --log-level (by default, warn)

A buglet was fixed in cli-test whereby a non-local pamela script might be executed when running tests.

Signed-off-by: Tom Marble tmarble@info9.net