Skip to content

Commit

Permalink
use execption logging
Browse files Browse the repository at this point in the history
  • Loading branch information
piket committed Oct 6, 2023
1 parent 5bbe27f commit 261f14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/embedded_go/online_features_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def transformation_callback(

return output_record.num_rows
except Exception as e:
logger.error(f"transformation callback failed with exception: {e}")
logger.exception(f"transformation callback failed with exception: {e}", e)
return 0


Expand Down

0 comments on commit 261f14f

Please sign in to comment.