Remove rsyslog added tags in openstack logs

To process logs by os_loganalyze on log server, the format
need to be the same as in original log files.

Change-Id: I07935eae0d29005725a27f8b4b4056219ccf7005
This commit is contained in:
zhaoxinyu 2014-04-29 22:11:17 +00:00
parent 915371319a
commit 097ba7eaa4
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ $WorkDirectory /var/lib/rsyslog
# Added for chef logfiles
$template Chef_log,"/var/log/cobbler/anamon/%hostname%/chef-client.log"
$template Raw, "%rawmsg%"
$template CustomLog, "%msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n"
$template Openstack_log, "/var/log/cobbler/anamon/%hostname%/%programname%.log"
#### GLOBAL DIRECTIVES ####
@ -75,7 +76,7 @@ local7.* /var/log/boot.log
local3.* -?Chef_log
local4.* -?Openstack_log
local4.* -?Openstack_log;CustomLog
# ### begin forwarding rule ###
# The statement between the begin ... end define a SINGLE forwarding