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 da281f2 commit 4b7bc67Copy full SHA for 4b7bc67
logging/monolog_email.rst
@@ -64,14 +64,6 @@ it is broken down.
64
action-level="critical"
65
handler="deduplicated"
66
/>
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
- -->
75
<monolog:handler
76
name="deduplicated"
77
type="deduplication"
@@ -116,8 +108,6 @@ it is broken down.
116
108
),
117
109
'deduplicated' => array(
118
110
'type' => 'deduplication',
119
- // uncomment this line for values other than 60 seconds:
120
- // 'time' => 10,
121
111
'handler' => 'swift',
122
112
123
113
'swift' => array(
0 commit comments