Skip to content

Commit 3b7dd4a

Browse files
committed
logging correction
1 parent 3ebc463 commit 3b7dd4a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Intersect.Server/Web/ApiService.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ internal partial class ApiService : ApplicationService<ServerContext, IApiServic
7070
return default;
7171
}
7272

73-
ApplicationContext.Context.Value?.Logger.LogInformation($"Launching Intersect REST API in '{builder.Environment.EnvironmentName}' mode...");
73+
ApplicationContext.Context.Value?.Logger.LogInformation(
74+
"Launching Intersect REST API in '{EnvironmentName}' mode...",
75+
builder.Environment.EnvironmentName
76+
);
7477

7578
// builder.WebHost.ConfigureKestrel(
7679
// ko =>

0 commit comments

Comments
 (0)