Skip to content

Commit c25e740

Browse files
committed
bug #155 add missing config option to XSD file (xabbuh)
This PR was squashed before being merged into the 2.8.x-dev branch (closes #155). Discussion ---------- add missing config option to XSD file This option was introduced in #153. Commits ------- ef846fb add missing config option to XSD file
2 parents 2f92a81 + ef846fb commit c25e740

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:string" />
7475
</xsd:complexType>
7576

7677
<xsd:simpleType name="level">

0 commit comments

Comments
 (0)