1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 |