From 8d3f2c712daa6427625c56da7e0a616dd6ba061c Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Tue, 21 May 2019 00:14:03 +0200 Subject: [PATCH] XSD: added warning in description for throwExceptions - not recommend to set to true in production --- tools/MakeNLogXSD/TemplateXSD.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/MakeNLogXSD/TemplateXSD.xml b/tools/MakeNLogXSD/TemplateXSD.xml index ad381a9eb0..5824078bea 100644 --- a/tools/MakeNLogXSD/TemplateXSD.xml +++ b/tools/MakeNLogXSD/TemplateXSD.xml @@ -43,12 +43,12 @@ - Global log level threshold for application log messages. Messages below this level won't be logged.. + Global log level threshold for application log messages. Messages below this level won't be logged. - Throw an exception when there is an internal error. Default value is: false. + Throw an exception when there is an internal error. Default value is: false. Not recommend to set to true in production!