phyloref / jphyloref

MIT License
0 stars 0 forks source link

Add a verbose mode for improved debugging #31

Open gaurav opened 5 years ago

gaurav commented 5 years ago

It would be useful to have a -v and -vv options for provide verbose and very verbose outputs. We currently provide lots of verbose output to help with debugging; adding these filtering options would allow us to provide cleaner messages by default and still allow the output of detailed debugging information when needed.

gaurav commented 5 years ago

We have a bunch of debugging information that we currently write to STDERR. Just changing those over to use log4j should be enough to close this issue.