mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Lower log level for gateway event spam
This commit is contained in:
parent
e24b5e3529
commit
aee91987c2
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ namespace PluralKit.Bot
|
||||||
using var _ = LogContext.PushProperty("EventId", Guid.NewGuid());
|
using var _ = LogContext.PushProperty("EventId", Guid.NewGuid());
|
||||||
_logger
|
_logger
|
||||||
.ForContext("Elastic", "yes?")
|
.ForContext("Elastic", "yes?")
|
||||||
.Debug("Gateway event: {@Event}", evt);
|
.Verbose("Gateway event: {@Event}", evt);
|
||||||
|
|
||||||
await using var serviceScope = _services.BeginLifetimeScope();
|
await using var serviceScope = _services.BeginLifetimeScope();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue