Skip to content

Commit 55c10e0

Browse files
committed
add missing config option to XSD file
This option was introduced in #153.
1 parent 95cf142 commit 55c10e0

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
@@ -71,6 +71,7 @@
7171
<xsd:attribute name="document-type" type="xsd:string" />
7272
<xsd:attribute name="ignore-error" type="xsd:string" />
7373
<xsd:attribute name="api_version" type="xsd:string" />
74+
<xsd:attribute name="include-stacktraces" type="xsd:boolean" />
7475
</xsd:complexType>
7576

7677
<xsd:simpleType name="level">

0 commit comments

Comments
 (0)