Staging instance, all changes can be removed at any time

Skip to content

Switch from stderrlog to env_logger

vlorentz requested to merge env_logger into master
  1. seems to be the de facto standard
  2. already used by webgraph
  3. prints which module emitted each log line
  4. can be configured to default to INFO level, so we don't need to pass -vv to every Rust executable to get progress reporting
  5. env vars allow configuring even when commands are called through Luigi

Merge request reports

Loading