Switch from stderrlog to env_logger
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
Showing
- Cargo.lock 1 addition, 1 deletionCargo.lock
- docs/quickstart.rst 2 additions, 2 deletionsdocs/quickstart.rst
- rust/Cargo.toml 6 additions, 4 deletionsrust/Cargo.toml
- rust/examples/bfs.rs 1 addition, 7 deletionsrust/examples/bfs.rs
- rust/examples/bfs_labels.rs 1 addition, 7 deletionsrust/examples/bfs_labels.rs
- rust/examples/compare-graphs.rs 1 addition, 5 deletionsrust/examples/compare-graphs.rs
- rust/src/bin/swh-graph-compress.rs 1 addition, 5 deletionsrust/src/bin/swh-graph-compress.rs
- rust/src/bin/swh-graph-extract.rs 1 addition, 5 deletionsrust/src/bin/swh-graph-extract.rs
- rust/src/bin/swh-graph-grpc-serve.rs 1 addition, 7 deletionsrust/src/bin/swh-graph-grpc-serve.rs
- rust/src/bin/swh-graph-hash.rs 1 addition, 7 deletionsrust/src/bin/swh-graph-hash.rs
- rust/src/bin/swh-graph-index.rs 2 additions, 6 deletionsrust/src/bin/swh-graph-index.rs
- rust/src/bin/swh-graph-node2type.rs 1 addition, 5 deletionsrust/src/bin/swh-graph-node2type.rs
- swh/graph/grpc_server.py 5 additions, 3 deletionsswh/graph/grpc_server.py
- swh/graph/luigi/blobs_datasets.py 0 additions, 1 deletionswh/graph/luigi/blobs_datasets.py
- swh/graph/luigi/file_names.py 0 additions, 1 deletionswh/graph/luigi/file_names.py
- swh/graph/luigi/provenance.py 0 additions, 7 deletionsswh/graph/luigi/provenance.py
- swh/graph/luigi/topology.py 0 additions, 2 deletionsswh/graph/luigi/topology.py
Loading
Please register or sign in to comment