#182: added documentation of logTimestamp configuration property

This commit is contained in:
Dimitri Herzog 2021-04-17 22:19:58 +02:00
parent db64fc3f03
commit 22e59f8b68
2 changed files with 4 additions and 1 deletions

View File

@ -124,4 +124,6 @@ disableIPv6: false
# optional: Log level (one from debug, info, warn, error). Default: info
logLevel: info
# optional: Log format (text or json). Default: text
logFormat: text
logFormat: text
# optional: log timestamps. Default: true
logTimestamp: true

View File

@ -16,6 +16,7 @@ configuration properties as [JSON](config.yml).
| disableIPv6 | no | false | Drop all AAAA query if set to true
| logLevel | no | info | Log level (one from debug, info, warn, error) |
| logFormat | no | text | Log format (text or json). |
| logTimestamp | no | true | Log time stamps (true or false). |
!!! example