mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add experimental Elasticsearch logging output
This commit is contained in:
parent
84a91b3f75
commit
2e6b1826fc
4 changed files with 41 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue