Skip to content

Commit

Permalink
fixed from logger bind to info
Browse files Browse the repository at this point in the history
  • Loading branch information
yaelibarg committed Jan 16, 2025
1 parent de9f52e commit 6299d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port_ocean/core/integrations/mixins/sync_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async def _map_entities_compared_with_port(
],
query=query
)
logger.bind(port_entities=len(entities_at_port_with_properties)).info("getting Entities from port with properties")
logger.info("getting Entities from port with properties", port_entities=len(entities_at_port_with_properties))

if len(entities_at_port_with_properties) > 0:
return map_entities(entities, entities_at_port_with_properties)
Expand Down

0 comments on commit 6299d35

Please sign in to comment.