feat: add per-client trace mode flag with dynamic parser logger

This commit is contained in:
Joseph Doherty
2026-02-23 04:26:15 -05:00
parent cd87a48343
commit 7c324843ff
4 changed files with 32 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ public enum ClientFlags
WriteLoopStarted = 1 << 4,
IsSlowConsumer = 1 << 5,
ConnectProcessFinished = 1 << 6,
TraceMode = 1 << 7,
}
/// <summary>