mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 11:00:37 +08:00
* Tweak loglimit.LogLimiter This updates the log limiter to implement slog.Handler and perform sampling in line rather than relying on a separate goroutine. The output is now slightly different as we no longer indicate how many duplicate messages were received, but the overall functionality of sampling spammy log messages should be the same. * Convert lib/multiplexer to use slog