Skip to content

Commit 4b7bc67

Browse files
1 parent da281f2 commit 4b7bc67

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

logging/monolog_email.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ it is broken down.
6464
action-level="critical"
6565
handler="deduplicated"
6666
/>
67-
<!--
68-
use the time attribute for values other than the default
69-
of 60 seconds:
70-
<monolog:handler name="deduplicated"
71-
type="deduplicated"
72-
time="10"
73-
handler="swift" />
74-
-->
7567
<monolog:handler
7668
name="deduplicated"
7769
type="deduplication"
@@ -116,8 +108,6 @@ it is broken down.
116108
),
117109
'deduplicated' => array(
118110
'type' => 'deduplication',
119-
// uncomment this line for values other than 60 seconds:
120-
// 'time' => 10,
121111
'handler' => 'swift',
122112
),
123113
'swift' => array(

0 commit comments

Comments
 (0)