remove machine

This commit is contained in:
Haiping Chen 2024-12-17 06:48:45 +00:00
parent 067a701ff1
commit ab3e2e99da

View file

@ -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"))
];
}