remove non-ascii space (#6842)

This commit is contained in:
Earle Lowe 2021-06-18 05:22:01 -07:00 committed by GitHub
parent 5a1bad45ba
commit 150b6cc9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ logging: &logging
log_maxfilesrotation: 7 # Max files in rotation. Default value 7 if the key is not set
log_syslog: False # If True, outputs to SysLog host and port specified
log_syslog_host: "localhost" # Send logging messages to a remote or local Unix syslog
log_syslog_port: 514 # UDP port of the remote or local Unix syslog
log_syslog_port: 514 # UDP port of the remote or local Unix syslog
harvester:
# The harvester server (if run) will run on this port