Change the serialization from the WireMockServerSettings in the logging when WireMockServer is started

This commit is contained in:
Stef Heyenrath
2026-07-01 11:21:56 +02:00
parent cbc28c235c
commit 56c606e1c4
6 changed files with 237 additions and 7 deletions
@@ -70,7 +70,7 @@ public class WireMockService : IWireMockService
_server = WireMockServer.Start(_settings);
_logger.LogInformation($"WireMock.Net server settings {JsonConvert.SerializeObject(_settings)}");
_logger.LogInformation("WireMock.Net server settings {Settings}", JsonConvert.SerializeObject(_settings));
}
public void Stop()