Switch from stderrlog to env_logger
- seems to be the de facto standard
- already used by webgraph
- prints which module emitted each log line
- can be configured to default to INFO level, so we don't need to pass -vv to every Rust executable to get progress reporting
- env vars allow configuring even when commands are called through Luigi