Skip to content

Commit d27d7ad

Browse files
committed
Disable logging to explicit endpoint, will migrate to Azure
1 parent 34d690b commit d27d7ad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Hangfire.Harness/Global.asax.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ protected void Application_Start()
2121
.Enrich.WithProcessId()
2222
.Enrich.WithThreadId()
2323
.Enrich.WithExceptionDetails()
24-
.WriteTo.Seq("https://logs.hangfire.io", apiKey: ConfigurationManager.AppSettings["SeqApiKey"])
2524
.MinimumLevel.Verbose()
2625
.CreateLogger();
2726

0 commit comments

Comments
 (0)