feat: add logging to Seq

This commit is contained in:
spiral
2022-12-03 11:49:19 +00:00
parent fbd036e9c4
commit 026a822c74
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;