Mention that /dev/stdout can be used to log to the standard output

This commit is contained in:
Frank Denis 2019-09-23 10:33:57 +02:00
parent ed79bd7489
commit ad5b2dc4f9
1 changed files with 2 additions and 1 deletions

View File

@ -239,7 +239,7 @@ netprobe_address = '9.9.9.9:53'
## Automatic log files rotation
# Maximum log files size in MB
# Maximum log files size in MB - Set to 0 for unlimited.
log_files_max_size = 10
# How long to keep backup files, in days
@ -336,6 +336,7 @@ cache_neg_max_ttl = 600
[query_log]
## Path to the query log file (absolute, or relative to the same directory as the executable file)
## Can be /dev/stdout to log to the standard output (and set log_files_max_size to 0)
# file = 'query.log'