mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Disable App.Metrics logging under INF
This commit is contained in:
parent
18ac9f882d
commit
6a64a13d10
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ namespace PluralKit.Core
|
|||
.Enrich.WithProperty("Component", _component)
|
||||
.MinimumLevel.Is(config.ConsoleLogLevel)
|
||||
|
||||
// Don't want App.Metrics spam
|
||||
.MinimumLevel.Override("App.Metrics", LogEventLevel.Information)
|
||||
|
||||
// Actual formatting for these is handled in ScalarFormatting
|
||||
.Destructure.AsScalar<SystemId>()
|
||||
.Destructure.AsScalar<MemberId>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue