feat: add logging to Seq

This commit is contained in:
spiral 2022-12-03 11:49:19 +00:00
parent fbd036e9c4
commit 026a822c74
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
5 changed files with 96 additions and 70 deletions

View file

@ -14,6 +14,7 @@ public class CoreConfig
public string InfluxDb { get; set; }
public string LogDir { get; set; }
public string? ElasticUrl { get; set; }
public string? SeqLogUrl { get; set; }
public LogEventLevel ConsoleLogLevel { get; set; } = LogEventLevel.Debug;
public LogEventLevel ElasticLogLevel { get; set; } = LogEventLevel.Information;