Skip to content

Commit 9d2f2fd

Browse files
committed
add XML and PHP config examples
1 parent 25e0bc1 commit 9d2f2fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

logging/monolog_email.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ it is broken down.
6666
action-level="critical"
6767
handler="deduplicated"
6868
/>
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+
-->
6977
<monolog:handler
7078
name="deduplicated"
7179
type="deduplication"
@@ -110,6 +118,8 @@ it is broken down.
110118
),
111119
'deduplicated' => array(
112120
'type' => 'deduplication',
121+
// uncomment this line for values other than 60 seconds:
122+
// 'time' => 10,
113123
'handler' => 'swift',
114124
),
115125
'swift' => array(

0 commit comments

Comments
 (0)