EventStore icon indicating copy to clipboard operation
EventStore copied to clipboard

feat: add `seq` to `serilog` logging.

Open YoEight opened this issue 9 months ago • 1 comments

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"
                }
            }
        ]
    }

YoEight avatar May 22 '25 13:05 YoEight

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

github-actions[bot] avatar May 22 '25 13:05 github-actions[bot]

Deploying eventstore with  Cloudflare Pages  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

View logs