Skip to content

Commit 61500ee

Browse files
committed
update docs
Signed-off-by: Alex Wang <[email protected]>
1 parent 6bff830 commit 61500ee

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

tools/make/common.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ help:
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:"

0 commit comments

Comments
 (0)