Lower log level for gateway event spam
This commit is contained in:
parent
e24b5e3529
commit
aee91987c2
@ -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…
Reference in New Issue
Block a user