remove machine
This commit is contained in:
parent
067a701ff1
commit
ab3e2e99da
|
|
@ -84,8 +84,7 @@ public class RedisPublisher : IEventPublisher
|
|||
return
|
||||
[
|
||||
new NameValueEntry("message", message),
|
||||
new NameValueEntry("timestamp", DateTime.UtcNow.ToString("o")),
|
||||
new NameValueEntry("machine", Environment.MachineName)
|
||||
new NameValueEntry("timestamp", DateTime.UtcNow.ToString("o"))
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue