diff --git a/Updater/Update-Service.ps1 b/Updater/Update-Service.ps1
index d63e28751b3839ffabd3821161c67ec733d2acd0..d52e00719a5b69d2ecc77fd6fef24367962d6068 100644
--- a/Updater/Update-Service.ps1
+++ b/Updater/Update-Service.ps1
@@ -297,7 +297,7 @@ function Upload-LogFiles {
     New-Item -Force -Type Directory $Dest
     try {
         Copy-Item -Force -ErrorAction Stop `
-            -Path "$($LogPath)\service.log" `
+            -Path "$($LogPath)\AutoTx.log" `
             -Destination $Dest
         Log-Debug "Uploaded logfile to [$($Dest)]."
     }