Fix GUID for LogEntry

This commit is contained in:
Stef Heyenrath
2017-01-30 11:34:11 +01:00
parent f6b8986dd6
commit 0a2cd88b5c
5 changed files with 71 additions and 52 deletions

View File

@@ -277,6 +277,7 @@ namespace WireMock.Server
{
var log = new LogEntry
{
Guid = Guid.NewGuid(),
RequestMessage = request,
ResponseMessage = response
};