Skip to content

Commit

Permalink
Add logger in accounting export summary POST (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Oct 23, 2023
1 parent 437d86c commit a9e1d3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/fyle/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ def post_accounting_export_summary(org_id: str, workspace_id: int, fund_source:

accounting_export_summary_batches.append(payload)

logger.info(
'Posting accounting export summary to Fyle workspace_id: %s, payload: %s',
workspace_id,
accounting_export_summary_batches
)
create_generator_and_post_in_batches(accounting_export_summary_batches, platform, workspace_id)


Expand Down

0 comments on commit a9e1d3d

Please sign in to comment.