mirror of
https://github.com/katanemo/plano.git
synced 2026-05-27 14:17:15 +02:00
use standard tracing and logging in brightstaff (#721)
This commit is contained in:
parent
4d9ed74b68
commit
46de89590b
55 changed files with 1494 additions and 2432 deletions
5
crates/.vscode/launch.json
vendored
5
crates/.vscode/launch.json
vendored
|
|
@ -13,7 +13,10 @@
|
|||
"env": {
|
||||
"RUST_LOG": "debug",
|
||||
"RUST_BACKTRACE": "1",
|
||||
"ARCH_CONFIG_PATH_RENDERED": "../demos/use_cases/preference_based_routing/arch_config_rendered.yaml"
|
||||
"ARCH_CONFIG_PATH_RENDERED": "../demos/use_cases/multi_agent_with_crewai_langchain/config.yaml_rendered",
|
||||
// "ARCH_CONFIG_PATH_RENDERED": "../demos/use_cases/preference_based_routing/config.yaml_rendered",
|
||||
"OTEL_TRACING_GRPC_ENDPOINT": "http://localhost:4317",
|
||||
"OTEL_TRACING_ENABLED": "true"
|
||||
},
|
||||
"preLaunchTask": "rust: cargo build"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue