1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

adding -DVV to flags

I've already added it to configuration/logging.md. Didn't realize that the list of options is duplicated here
This commit is contained in:
Matthias Hanel 2020-04-02 14:23:55 -04:00 committed by GitHub
parent ded758e784
commit fdc93464e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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