Staging instance, all changes can be removed at any time

Skip to content

Log gRPC requests

vlorentz requested to merge log-requests into master
cargo run --all-features --bin swh-graph-grpc-serve swh/graph/example_dataset/compressed/example -vv
   Compiling swh-graph v5.1.0 (/home/dev/swh-environment/swh-graph/rust)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.97s
     Running `target/debug/swh-graph-grpc-serve swh/graph/example_dataset/compressed/example -vv`
2024-08-13T14:32:47+02:00 - INFO - Loading graph
2024-08-13T14:32:47+02:00 - INFO - Loading properties
2024-08-13T14:32:47+02:00 - INFO - Loading labels
2024-08-13T14:32:47+02:00 - INFO - Starting server
2024-08-13T14:32:48+02:00 - INFO - 200 OK - http://localhost:50091/swh.graph.TraversalService/Stats - 1.741729ms

cc @zack

closes #4816 (closed)

Merge request reports

Loading