-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hi.
We use Serilog.Sinks.Seq to log NSeviceBus events.
At starting of NServiceBus host Seq receives following invalid json request (copied from invalid-BadRequest-....json file):
{"Events":
[{"Timestamp":"2016-08-17T18:02:01.2348376+03:00","Level":"Information","MessageTemplate":"{Text:l}",
"Properties":{"Text":"Using license supplied via fluent API.","SourceContext":"NServiceBus.Licensing.LicenseManager","MachineName":"SSSSS","EnvironmentUserName":"SSSSSS"},
"Renderings":{"Text":[{"Format":"l","Rendering":"Using license supplied via fluent API."}]}},
imestamp":"2016-08-17T18:02:01.3689267+03:00","Level":"Information","MessageTemplate":"Activating persistence '{0}' to provide storage for '{1}' storage.","Properties":{"0":"NHibernatePersistence",...
There are few missing characters: "{T before second event (imestamp).
We can't determine cause of this strange behaviour.
What can be reason of this?