More work on SeqBackgroundService, next step is tests for it.
This commit is contained in:
parent
a139b1ad08
commit
67207cf90b
27 changed files with 237 additions and 190 deletions
7
Core/Logging/SeqConfiguration.cs
Normal file
7
Core/Logging/SeqConfiguration.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
using Microsoft.ApplicationInsights.DataContracts;
|
||||
using System.Text;
|
||||
|
||||
namespace Core.Logging
|
||||
{
|
||||
public record SeqConfiguration(string IngestionEndpoint, string ApiKey, string Environment);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue