Skip to content

Commit

Permalink
Update IETF syslog log path
Browse files Browse the repository at this point in the history
* Remove unique port settings for IETF syslog
* Fix commenting
* Consider removing junction/channel for initial source parsing; unnecessarily complicated
  • Loading branch information
mbonsack authored and GitHub committed Apr 22, 2020
1 parent 01fa2f8 commit fbd7162
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package/etc/conf.d/log_paths/lp-bbb-ietf_syslog.conf.tmpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Linux/Unix OS system logs
{{- /* The following provides a unique port source configuration if env var(s) are set */}}
{{- $context := dict "port_id" "IETF_SYSLOG" "parser" "rfc3164" }}
{{- tmpl.Exec "t/source_network.t" $context }}
# IETF Syslog

log {
junction {
channel {
# Listen on the default port (typically 514) for IETF_SYSLOG traffic
# Listen on the default port (typically 601) for IETF_SYSLOG traffic
source (s_ietf);
flags(final);
};
Expand Down

0 comments on commit fbd7162

Please sign in to comment.