docs: make config option names lower-case (#1145)

This commit is contained in:
ThinkChaos 2023-09-14 10:51:23 -04:00 committed by GitHub
parent ed864962b2
commit 44f5982fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ Configuration parameters:
| queryLog.target | string | no | | directory for writing the logs (for csv) or database url (for mysql or postgresql) |
| queryLog.logRetentionDays | int | no | 0 | if > 0, deletes log files/database entries which are older than ... days |
| queryLog.creationAttempts | int | no | 3 | Max attempts to create specific query log writer |
| queryLog.CreationCooldown | duration format | no | 2s | Time between the creation attempts |
| queryLog.creationCooldown | duration format | no | 2s | Time between the creation attempts |
| queryLog.fields | list enum (clientIP, clientName, responseReason, responseAnswer, question, duration) | no | all | which information should be logged |
| queryLog.flushInterval | duration format | no | 30s | Interval to write data in bulk to the external database |