Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.development.apps > #399
| From | Bill M <wpmccormick@just_about_everywhere.com> |
|---|---|
| Newsgroups | comp.os.linux.development.apps |
| Subject | rsyslog.conf |
| Date | 2012-01-23 09:12 -0600 |
| Organization | A noiseless patient Spider |
| Message-ID | <jfjtd2$mu0$1@dont-email.me> (permalink) |
I have the following in my rsyslog.conf
#
# Some "catch-all" log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages
I have some applications using local facilities that I want to filter
.debug and .info priorities from the catch-all above, having those only
go to logs specifically for a local facility. What is the best way to do
this?
Thanks!!
Back to comp.os.linux.development.apps | Previous | Next | Find similar
rsyslog.conf Bill M <wpmccormick@just_about_everywhere.com> - 2012-01-23 09:12 -0600
csiph-web