diff --git a/Updater/UpdaterConfig-Example.inc.ps1 b/Updater/UpdaterConfig-Example.inc.ps1
index 29173a6274a95d06e36acba1f25d0b1715a1dafd..1d027d6e33c88ae3ec6621657836f33e1739817b 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