Add back service name

This commit is contained in:
Nikolaj Geisle
2022-03-22 15:34:27 +01:00
parent 10ae512731
commit 496e281f2a

View File

@@ -82,7 +82,7 @@ namespace Umbraco.Cms.Infrastructure.HostedServices
}
catch (Exception ex)
{
_logger.LogError(ex, "Unhandled exception in recurring hosted service {serviceName}.");
_logger.LogError(ex, "Unhandled exception in recurring hosted service.");
}
finally
{