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

Merge pull request #81 from nats-io/matthiashanel-patch-1

adding -DVV to flags
This commit is contained in:
Ginger Collison 2020-04-02 14:13:56 -05:00 committed by GitHub
commit e75fa227f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ The following flags are available on the server to configure logging:
| `-V`, `--trace` | Enable protocol trace log messages |
| `-VV` | Verbose trace (traces system account as well) |
| `-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).