From b63f4903058865903ac9afa946d346d900ae7932 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Thu, 2 Apr 2020 15:11:18 -0400 Subject: [PATCH] inlcude -VV flag same as -DVV --- nats-server/flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nats-server/flags.md b/nats-server/flags.md index 2a12ad0..405b64a 100644 --- a/nats-server/flags.md +++ b/nats-server/flags.md @@ -49,6 +49,7 @@ The following flags are available on the server to configure logging: | `-r`, `--remote_syslog` | The syslog server address, like `udp://localhost:514` | | `-D`, `--debug` | Enable debugging output | | `-V`, `--trace` | Enable protocol trace log messages | +| `-VV` | Verbose trace (traces system account as well) | | `-DV` | Enable both debug and protocol trace messages | | `--max_traced_msg_len` | Maximum printable length for traced messages. 0 for unlimited |