Add experimental Elasticsearch logging output

This commit is contained in:
Ske 2020-08-26 22:29:24 +02:00
parent 84a91b3f75
commit 2e6b1826fc
4 changed files with 41 additions and 5 deletions

View file

@ -9,6 +9,7 @@ namespace PluralKit.Core
public string InfluxUrl { get; set; }
public string InfluxDb { get; set; }
public string LogDir { get; set; }
public string ElasticUrl { get; set; }
public LogEventLevel ConsoleLogLevel { get; set; } = LogEventLevel.Debug;
public LogEventLevel FileLogLevel { get; set; } = LogEventLevel.Information;