From 1fcd91d3146c3b1da91841456d38a695b26c9d11 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 documentation 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 8f6dcbfff7..713dc6dfa0 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!