From fdc93464e67c7c94305fc870821f3a00241c6ac0 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Thu, 2 Apr 2020 14:23:55 -0400 Subject: [PATCH] adding -DVV to flags I've already added it to configuration/logging.md. Didn't realize that the list of options is duplicated here --- nats-server/flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nats-server/flags.md b/nats-server/flags.md index 2a12ad0..2e54987 100644 --- a/nats-server/flags.md +++ b/nats-server/flags.md @@ -50,6 +50,7 @@ The following flags are available on the server to configure logging: | `-D`, `--debug` | Enable debugging output | | `-V`, `--trace` | Enable protocol trace log messages | | `-DV` | Enable both debug and protocol trace messages | +| `-DVV` | Debug and verbose trace (traces system account as well)| | `--max_traced_msg_len` | Maximum printable length for traced messages. 0 for unlimited | You can read more about [logging configuration here](configuration/logging.md).