Skip to content

Commit

Permalink
fix/includes (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonsack authored and Ryan Faircloth committed Oct 1, 2019
1 parent 17e275d commit 5145657
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/etc/syslog-ng.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ options {
@include "conf.d/destinations/*.conf"
@include "conf.d/log_paths/*.conf"

@include "conf.d/local/*/filters/*.conf"
@include "conf.d/local/*/sources/*.conf"
@include "conf.d/local/*/destinations/*.conf"
@include "conf.d/local/*/log_paths/*.conf"
@include "conf.d/local/filters/*.conf"
@include "conf.d/local/log_paths/*.conf"
@include "conf.d/local/sources/*.conf"
@include "conf.d/local/destinations/*.conf"

0 comments on commit 5145657

Please sign in to comment.