Skip to content

Commit

Permalink
backout
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Jun 4, 2020
1 parent 84f77d1 commit 2af84a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/etc/conf.d/log_paths/lp-sc4s_internal.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log {
{{- end}}

{{- if eq (getenv "SC4S_DEBUG_STDOUT" "yes") "no"}}
#destination(d_stdout);
destination(d_stdout);
{{- end}}

{{- if (print (getenv "SC4S_DEST_GLOBAL_ALTERNATES")) }}
Expand Down Expand Up @@ -56,7 +56,7 @@ log {
};

{{- if eq (getenv "SC4S_DEBUG_STDOUT" "no") "yes"}}
#destination(d_stdout);
destination(d_stdout);
{{- end}}
};
flags(flow-control,final);
Expand Down
1 change: 0 additions & 1 deletion package/etc/syslog-ng.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ options {
normalize-hostnames(yes);
on-error(fallback-to-string);
frac-digits(3);
use-rcptid(yes);
};


Expand Down

0 comments on commit 2af84a6

Please sign in to comment.