On 5 October 2016 at 17:39, Benjamin Reed <[email protected]> wrote: > anyone know how to turn on tracing to get a file that i can run through the > TraceFormatter? i see the 4 letter works to set tracing masks, but i can't > seem to find the switch to actually turn on tracing. >
maybe it helps: i haven't had much luck with trace (too noisy); so i end up sniffing at packets as they go out of the client and into the server (and back again) by running zk-dump on the two ends: https://github.com/twitter/zktraffic -rgs
