sample abctl values.yaml file for configuring log ...
# ask-ai
s
sample abctl values.yaml file for configuring log max file size and rotation
u
I'm sorry, but the provided knowledge sources do not contain information on how to configure log max file size and rotation using a
values.yaml
file with
abctl
in Airbyte. However, you can customize your Airbyte installation using a
values.yaml
file. Here's a general example of how to use a
values.yaml
file with `abctl`:
Copy code
yaml global:     auth:       enabled: false
You can apply the values you've defined by running the following command and adjusting the path to the
values.yaml
file as needed:
Copy code
bash abctl local install --values ./values.yaml
For more details, please refer to the [Airbyte documentation](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#customizing-your-installation-with-a-values-file). For specific configurations like log max file size and rotation, I recommend checking the official Airbyte documentation or reaching out to the Airbyte community for more guidance.