1
0
mirror of https://github.com/taigrr/nats.docs synced 2026-04-15 04:00:47 -07:00

inlcude -VV flag

same as -DVV
This commit is contained in:
Matthias Hanel
2020-04-02 15:11:18 -04:00
committed by GitHub
parent 30eabb6aae
commit b63f490305

View File

@@ -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 |