diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index c18f15e95..574e2f7d8 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/BTCPayServer/Program.cs b/BTCPayServer/Program.cs
index 9309865fd..e4900d9dc 100644
--- a/BTCPayServer/Program.cs
+++ b/BTCPayServer/Program.cs
@@ -69,8 +69,8 @@ namespace BTCPayServer
}
catch(Exception exception)
{
- Logs.PayServer.LogError("Exception thrown while running the server");
- Logs.PayServer.LogError(exception.ToString());
+ logger.LogError("Exception thrown while running the server");
+ logger.LogError(exception.ToString());
}
finally
{