Skip to content

Commit df62089

Browse files
committed
Document queue event log levels
1 parent ccdc11d commit df62089

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Notes:
1515

1616
## What It Logs
1717

18-
- `JobProcessing`
19-
- `JobProcessed`
20-
- `JobQueued`
21-
- `JobExceptionOccurred`
22-
- `JobReleasedAfterException`
23-
- `JobFailed`
24-
- `JobTimedOut`
25-
- `Looping`
26-
- `QueueBusy`
27-
- `QueueFailedOver`
28-
- `QueuePaused`
29-
- `QueueResumed`
30-
- `WorkerStarting`
31-
- `WorkerStopping`
18+
- `JobProcessing` at `info`
19+
- `JobProcessed` at `info`
20+
- `JobQueued` at `info`
21+
- `JobExceptionOccurred` at `error`
22+
- `JobReleasedAfterException` at `warning`
23+
- `JobFailed` at `error`
24+
- `JobTimedOut` at `error`
25+
- `Looping` at `debug`
26+
- `QueueBusy` at `warning`
27+
- `QueueFailedOver` at `error`
28+
- `QueuePaused` at `info`
29+
- `QueueResumed` at `info`
30+
- `WorkerStarting` at `info`
31+
- `WorkerStopping` at `info`
3232

3333
## Installation
3434

0 commit comments

Comments
 (0)