Fix for Serilog PR

This commit is contained in:
Stephan
2018-08-29 11:37:36 +02:00
parent 9e07bf0948
commit 3e183a057e

View File

@@ -225,7 +225,7 @@ namespace Umbraco.Web.Install.Controllers
// executes the step
internal InstallSetupResult ExecuteStep(InstallSetupStep step, JToken instruction)
{
using (_proflog.TraceDuration<InstallApiController>("Executing installation step: '{Step}' Step completed", step.Name))
using (_proflog.TraceDuration<InstallApiController>("Executing installation step: '{step.Name}'.", "Step completed"))
{
var model = instruction?.ToObject(step.StepType);
var genericStepType = typeof(InstallSetupStep<>);