diff --git a/airbyte/logs.py b/airbyte/logs.py index 773a7445..761ae62a 100644 --- a/airbyte/logs.py +++ b/airbyte/logs.py @@ -75,8 +75,7 @@ def _str_to_bool(value: str) -> bool: is not set, the default value is `True`. If set to `True`, PyAirbyte will write logs for each connector to a separate file in the -`AIRBYTE_LOGGING_ROOT` directory. If set to `False`, all connector logs will be written to the same -file as the main log - including . +`AIRBYTE_LOGGING_ROOT` directory. If set to `False`, connector logs will also be processed by the global log handler(s). """