Skip to content

Commit

Permalink
Update airbyte/logs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Nov 7, 2024
1 parent fb51404 commit 71eec55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airbyte/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
"""


Expand Down

0 comments on commit 71eec55

Please sign in to comment.