faros-ai / airbyte-local-cli

CLI for running Airbyte sources & destinations locally without Airbyte server
Apache License 2.0
31 stars 3 forks source link

Set max docker container log size #12

Closed cjwooo closed 2 years ago

cjwooo commented 2 years ago

Description

Airbyte sources write records to stdout, which docker treats as container logs. This change prevents docker from attempting to save extremely large container log files on the user's machine.

Type of change

Related issues

Fix [#1]()

Migration notes

Describe migration notes if any

Extra info

Add any additional information