Merge "Collect "/var/log/dpkg.log" to master node" into stable/mitaka

This commit is contained in:
Jenkins 2016-07-25 15:02:28 +00:00 committed by Gerrit Code Review
commit a0e998b884
1 changed files with 7 additions and 0 deletions

View File

@ -231,6 +231,13 @@ class openstack::logging (
file_severity => 'DEBUG',
}
::rsyslog::imfile { '10-dpkg' :
file_name => '/var/log/dpkg.log',
file_tag => 'dpkg',
file_facility => 'syslog',
file_severity => 'INFO',
}
# OS syslog configs for rsyslog client
::rsyslog::snippet { '10-nova':
content => template("${module_name}/10-nova.conf.erb"),