Skip to content

Commit

Permalink
XSD: added warning in documentation for throwExceptions - not recomme…
Browse files Browse the repository at this point in the history
…nd to set to true in production
  • Loading branch information
304NotModified committed May 23, 2019
1 parent e8f148d commit 1fcd91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/MakeNLogXSD/TemplateXSD.xml
Expand Up @@ -43,12 +43,12 @@
</xs:attribute>
<xs:attribute name="globalThreshold" type="NLogLevel">
<xs:annotation>
<xs:documentation>Global log level threshold for application log messages. Messages below this level won't be logged..</xs:documentation>
<xs:documentation>Global log level threshold for application log messages. Messages below this level won't be logged.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="throwExceptions" type="xs:boolean">
<xs:annotation>
<xs:documentation>Throw an exception when there is an internal error. Default value is: false.</xs:documentation>
<xs:documentation>Throw an exception when there is an internal error. Default value is: false. Not recommend to set to true in production!</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="throwConfigExceptions" type="xs:boolean">
Expand Down

0 comments on commit 1fcd91d

Please sign in to comment.