Skip to content

Commit 4cfc319

Browse files
committed
update XML schema to support the excluded-404 config option
1 parent c043ada commit 4cfc319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/monolog-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<xsd:element name="channels" type="channels" minOccurs="0" maxOccurs="1" />
2121
<xsd:element name="publisher" type="publisher" minOccurs="0" maxOccurs="1" />
2222
<xsd:element name="mongo" type="mongo" minOccurs="0" maxOccurs="1" />
23+
<xsd:element name="excluded-404" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
2324
</xsd:sequence>
2425
<xsd:attribute name="type" type="xsd:string" />
2526
<xsd:attribute name="priority" type="xsd:integer" />

0 commit comments

Comments
 (0)