puppet-tripleo/templates/rsyslog_sidecar/rsyslog.conf.erb

8 lines
221 B
Plaintext

module(load="imuxsock" syssock.Use="off")
input(type="imuxsock" socket="<%= @socket_path %>")
template(name="messageonly" type="string" string="%msg%\n")
action(type="omfile" file="/dev/stdout" template="messageonly")