Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Jan 8, 2025
1 parent 23bb388 commit 526a150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte_cdk/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def format(self, record: logging.LogRecord) -> str:
)
return orjson.dumps(AirbyteMessageSerializer.dump(log_message)).decode()


@staticmethod
def extract_extra_args_from_record(record: logging.LogRecord) -> Mapping[str, Any]:
"""
Expand Down

0 comments on commit 526a150

Please sign in to comment.