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 04e8740
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 @@ -102,6 +102,8 @@ pub async fn start(
// The entrypoint into a connector is always flow-connector-init,
// which will delegate to the actual entrypoint of the connector.
"--entrypoint=/flow-connector-init".to_string(),
// Disable logging of connector containers.
"--log-driver=none".to_string(),
// Mount the flow-connector-init binary and `docker inspect` output.
format!(
"--mount=type=bind,source={},target=/flow-connector-init",
Expand Down

0 comments on commit 04e8740

Please sign in to comment.