mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: add logging to Seq
This commit is contained in:
parent
fbd036e9c4
commit
026a822c74
5 changed files with 96 additions and 70 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue