Skip to content

Commit

Permalink
bug #155 add missing config option to XSD file (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stof committed Feb 1, 2016
2 parents 2f92a81 + ef846fb commit c25e740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/schema/monolog-1.0.xsd
Expand Up @@ -71,6 +71,7 @@
<xsd:attribute name="document-type" type="xsd:string" />
<xsd:attribute name="ignore-error" type="xsd:string" />
<xsd:attribute name="api_version" type="xsd:string" />
<xsd:attribute name="include-stacktraces" type="xsd:string" />
</xsd:complexType>

<xsd:simpleType name="level">
Expand Down

0 comments on commit c25e740

Please sign in to comment.