We're currently using some logging scaffolding carried over from Twitter commons. I would like to propose that we dismantle some of this in favor of more standard java application logging conventions.
Concretely, i propose we remove the following scheduler command line arguments: -logtostderr -alsologtostderr -vlog -vmodule -use_glog_formatter Instead of these, we can allow users to customize logging via standard java.util.logging inputs (e.g. logging.properties). We could explore using an alternative to java.util.logging, but i suggest we retain that backend for now (since it's what we're currently using).
