Skip to content

Commit da606c2

Browse files
authored
Enable system_adapter_name CLI arg override via SYSTEM_ADAPTER env var (#50)
1 parent 026cb00 commit da606c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/args/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub struct CommonArgs {
4343
pub(crate) otlp_header: Vec<(String, String)>,
4444

4545
/// Logical name for the system adapter connection.
46-
#[arg(long, default_value = "system_adapter")]
46+
#[arg(long, default_value = "system_adapter", env = "SYSTEM_ADAPTER")]
4747
pub(crate) system_adapter_name: String,
4848

4949
/// How to execute when a system adapter transport is configured.

0 commit comments

Comments
 (0)