From 30efa6b2c4e556b6624a98df302de55c6a0e5096 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Thu, 15 Mar 2018 16:26:10 +0100
Subject: [PATCH] Enable debug logging in the updater configuration example

---
 Updater/UpdaterConfig-Example.inc.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Updater/UpdaterConfig-Example.inc.ps1 b/Updater/UpdaterConfig-Example.inc.ps1
index 29173a6..1d027d6 100644
--- a/Updater/UpdaterConfig-Example.inc.ps1
+++ b/Updater/UpdaterConfig-Example.inc.ps1
@@ -6,7 +6,7 @@ $InstallationPath = "C:\Tools\$($ServiceName)"
 $UpdateSourcePath = "\\fileserver.mydomain.xy\share\_AUTOTX_"
 $Pattern = 'build_[0-9]{4}-[0-9]{2}-[0-9]{2}_'
 
-$UpdaterDebugLogging = $False
+$UpdaterDebugLogging = $True
 $EmailFrom = "admin@mydomain.xy"
 $EmailTo   = "admin@mydomain.xy"
 $EmailSMTP = "smtp.mydomain.xy"
\ No newline at end of file
-- 
GitLab