sous-chefs / rsyslog

Development repository for the rsyslog cookbook
https://supermarket.chef.io/cookbooks/rsyslog
Apache License 2.0
65 stars 199 forks source link

Only want logs, I explicitly ask for in configuration. #134

Open ilovemysillybanana opened 7 years ago

ilovemysillybanana commented 7 years ago

Cookbook version

1.15.0

Chef-client version

12.18.31

Platform Details

CentOS 6.7 OpenStack

Scenario:

Removing default logs, such as the ones generated by sudo.

Steps to Reproduce:

I've cleared the default['rsyslog']['default_facility_logs'] but I'm still getting logs from when I run sudo. I'd like to prevent that. Is there another place I'm missing?

Expected Result:

To not have sudo or any logs besides the ones I explicitly specify to be sent over.

Actual Result:

I'm still getting sudo and su logs and whatever else.