We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SYSTEM_ADAPTER
1 parent 026cb00 commit da606c2Copy full SHA for da606c2
1 file changed
src/args/mod.rs
@@ -43,7 +43,7 @@ pub struct CommonArgs {
43
pub(crate) otlp_header: Vec<(String, String)>,
44
45
/// Logical name for the system adapter connection.
46
- #[arg(long, default_value = "system_adapter")]
+ #[arg(long, default_value = "system_adapter", env = "SYSTEM_ADAPTER")]
47
pub(crate) system_adapter_name: String,
48
49
/// How to execute when a system adapter transport is configured.
0 commit comments