EventStore
EventStore copied to clipboard
feat: add `seq` to `serilog` logging.
You can now configure a Seq sink to flush your log to with this configuration in your logconfig.json:
"Serilog": {
"WriteTo": [
{
"Name": "Seq",
"Args": {
"serverUrl": "http://localhost:5341",
"restrictedToMinimumLevel": "Information"
}
}
]
}
Qodana for .NET
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Deploying eventstore with
Cloudflare Pages
| Latest commit: |
218f343
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://de8a47c9.eventstore.pages.dev |
| Branch Preview URL: | https://yoeight-seq-sink.eventstore.pages.dev |