We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e0bc1 commit 9d2f2fdCopy full SHA for 9d2f2fd
logging/monolog_email.rst
@@ -66,6 +66,14 @@ it is broken down.
66
action-level="critical"
67
handler="deduplicated"
68
/>
69
+ <!--
70
+ use the time attribute for values other than the default
71
+ of 60 seconds:
72
+ <monolog:handler name="deduplicated"
73
+ type="deduplicated"
74
+ time="10"
75
+ handler="swift" />
76
+ -->
77
<monolog:handler
78
name="deduplicated"
79
type="deduplication"
@@ -110,6 +118,8 @@ it is broken down.
110
118
),
111
119
'deduplicated' => array(
112
120
'type' => 'deduplication',
121
+ // uncomment this line for values other than 60 seconds:
122
+ // 'time' => 10,
113
123
'handler' => 'swift',
114
124
115
125
'swift' => array(
0 commit comments