Further usage notes to optional rsyslog/fluentd
This adds some extra commented notes in the associated rsyslog-openstack.conf.j2 template to explain how to tie in journalctl to rsyslog and modify to add/remove other logging sources. Change-Id: I5540ecc6b02f5037db35a8387148c97f888bcf39
This commit is contained in:
parent
7c0d21c32f
commit
eec7012ec0
@ -1,4 +1,14 @@
|
||||
# aggregate common openstack logs via rsyslog
|
||||
# This template aggregates common OpenStack logs
|
||||
# via rsyslog. You should edit this file with any
|
||||
# application logs that need to be captured that
|
||||
# are not sent to rsyslog.
|
||||
#
|
||||
# If you enable the ForwardToSyslog option in
|
||||
# journalctl you can send anything logged by systemd
|
||||
# as well:
|
||||
# file: /etc/systemd/journald.conf
|
||||
# parameter: ForwardToSyslog=yes
|
||||
# action: systemctl restart systemd-journald
|
||||
|
||||
$ModLoad imfile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user