From 71eec55b8c61782fa468f8ee6269833ba3016914 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Thu, 7 Nov 2024 11:00:32 -0800 Subject: [PATCH] Update airbyte/logs.py --- airbyte/logs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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). """