Skip to content

Commit

Permalink
Update batch-logs.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jesseschutt authored Aug 29, 2024
1 parent 1a93478 commit 9cfead0
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 9cfead0

Please sign in to comment.