Skip to content

Commit

Permalink
runtime/container: --log-driver=none for connector containers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Oct 24, 2024
1 parent af36b0c commit 22ba8e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/runtime/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ pub async fn start(
// which will delegate to the actual entrypoint of the connector.
"--entrypoint=/flow-connector-init".to_string(),
// Mount the flow-connector-init binary and `docker inspect` output.
"--log-driver=none".to_string(),
// disable logging of connector containers
format!(
"--mount=type=bind,source={},target=/flow-connector-init",
tmp_connector_init.to_string_lossy()
Expand Down

0 comments on commit 22ba8e6

Please sign in to comment.