We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0636cd4 commit 2b0eb1aCopy full SHA for 2b0eb1a
rust/operator-binary/src/main.rs
@@ -51,7 +51,7 @@ mod built_info {
51
pub const OPERATOR_NAME: &str = "hdfs.stackable.tech";
52
53
// TODO (@NickLarsenNZ): Change the variable to `CONSOLE_LOG`
54
-pub const ENV_VAR_CONSOLE_LOG: &str = "HDFS_OPERATOR_LOG ";
+pub const ENV_VAR_CONSOLE_LOG: &str = "HDFS_OPERATOR_LOG";
55
56
#[derive(clap::Parser)]
57
#[clap(about, author)]
0 commit comments