Skip to content

Commit

Permalink
Merge pull request #1320 from jesseschutt/patch-1
Browse files Browse the repository at this point in the history
Update batch-logs.md
  • Loading branch information
patinthehat authored Sep 19, 2024
2 parents 1a93478 + 9cfead0 commit 8c1adb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/batch-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if(LogBatch::isOpen()) {

## Keep LogBatch openend during multiple job/requests

In some cases when you have multiple jobs that goes through queue batch, and you want to log all the activities during these diffrent jobs using the same `LogBatch`, or you want to log multiple activities throughout multiple requests.
In some cases when you have multiple jobs that goes through queue batch, and you want to log all the activities during these different jobs using the same `LogBatch`, or you want to log multiple activities throughout multiple requests.

You may utilize `LogBatch::setBatch($uuid)` passing `$uuid` or any unique value that identify the batch to keep it open.

Expand Down

0 comments on commit 8c1adb9

Please sign in to comment.