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 b92934d commit a1b5d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
logger.addHandler(stderr_handler)
```
By default, connector logs are isolated to their own files. To disable this behavior and write all
connector logs to the main log file, set `ISOLATED_CONNECTOR_LOGS` to `False`.
By default, connector logs are isolated from the global logger. To disable this behavior and write all
connector logs to the main logger as well, set `ISOLATED_CONNECTOR_LOGS` to `False`.
"""

from __future__ import annotations
Expand Down

0 comments on commit a1b5d40

Please sign in to comment.