Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions logging/monolog_email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ You can adjust the time period using the ``time`` option:
// ...

$monolog->handler('deduplicated')
->type('deduplicated')
->type('deduplication')
// the time in seconds during which duplicate entries are discarded (default: 60)
->time(10)
->handler('symfony_mailer')
Expand Down Expand Up @@ -304,7 +304,7 @@ get logged on the server as well as the emails being sent:
;

$monolog->handler('deduplicated')
->type('deduplicated')
->type('deduplication')
->handler('symfony_mailer')
;

Expand Down