We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d690b commit d27d7adCopy full SHA for d27d7ad
1 file changed
Hangfire.Harness/Global.asax.cs
@@ -21,7 +21,6 @@ protected void Application_Start()
21
.Enrich.WithProcessId()
22
.Enrich.WithThreadId()
23
.Enrich.WithExceptionDetails()
24
- .WriteTo.Seq("https://logs.hangfire.io", apiKey: ConfigurationManager.AppSettings["SeqApiKey"])
25
.MinimumLevel.Verbose()
26
.CreateLogger();
27
0 commit comments