File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ The test suite includes:
205205- ** Envoy logs:** Check the terminal running ` make run-envoy ` for detailed request/response logs
206206- ** Router logs:** Check the terminal running ` make run-router ` for classification and routing decisions
207207- ** Rust library:** Use ` RUST_LOG=debug ` environment variable for detailed Rust logs
208+ - ** Go library:** Use ` SR_LOG_LEVEL=debug ` environment variable for detailed Go logs
208209
209210## Code Style and Standards
210211
Original file line number Diff line number Diff line change 6363 @echo " clean-milvus - Stop container and clean data"
6464 @echo " test-milvus-cache - Test cache with Milvus backend"
6565 @echo " test-semantic-router-milvus - Test router with Milvus cache"
66+ @echo " start-milvus-ui - Start Milvus UI to browse data"
67+ @echo " stop-milvus-ui - Stop and remove Milvus UI container"
6668 @echo " Example: CONTAINER_RUNTIME=podman make start-milvus"
6769 @echo " "
6870 @echo " Demo targets:"
You can’t perform that action at this time.
0 commit comments