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 251acf2 commit b92934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _str_to_bool(value: str) -> bool:
default="true",
)
)
""""Whether to write logs for each connector to a separate file.
"""Whether to keep connector logs isolated from the global logger.
This value is read from the `AIRBYTE_ISOLATED_CONNECTOR_LOGS` environment variable. If the variable
is not set, the default value is `True`.
Expand Down

0 comments on commit b92934d

Please sign in to comment.