Skip to content

Commit d8144db

Browse files
committed
remove log4j vs log4j2 java arg todo
1 parent 92c7084 commit d8144db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rust/operator-binary/src/product_logging.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ pub fn kafka_log_opts(product_version: &str) -> String {
3636
if product_version.starts_with("3.") {
3737
format!("-Dlog4j.configuration=file:{STACKABLE_LOG_CONFIG_DIR}/{LOG4J_CONFIG_FILE}")
3838
} else {
39-
// TODO: -Dlog4j2 vs -Dlog4j
4039
format!("-Dlog4j2.configurationFile=file:{STACKABLE_LOG_CONFIG_DIR}/{LOG4J2_CONFIG_FILE}")
4140
}
4241
}

0 commit comments

Comments
 (0)