mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
Add Elastic-bound logging of (almost) all database update events
This commit is contained in:
parent
8d27148bdf
commit
9955dc29f9
11 changed files with 182 additions and 45 deletions
|
|
@ -101,7 +101,7 @@ namespace PluralKit.Bot
|
|||
_metrics.Measure.Gauge.SetValue(BotMetrics.WebhookCacheSize, _webhookCache.CacheSize);
|
||||
|
||||
stopwatch.Stop();
|
||||
_logger.Information("Updated metrics in {Time}", stopwatch.ElapsedDuration());
|
||||
_logger.Debug("Updated metrics in {Time}", stopwatch.ElapsedDuration());
|
||||
}
|
||||
|
||||
public class Counts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue