Skip to content

Commit

Permalink
fixes #212 disable dns-cache to resolve startup warning (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Dec 6, 2019
1 parent 7b428b1 commit 4ac6be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/syslog-ng.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ options {
chain_hostnames (off);
use_dns (no);
use_fqdn (no);
dns-cache(yes);
dns-cache(no);
create_dirs (no);
keep-hostname (yes);
create_dirs(yes);
Expand Down

0 comments on commit 4ac6be4

Please sign in to comment.