On Mon, 16 Jun 2003 10:50:24 -0700, Chris W. Parker wrote > Mike Vanecek <mailto:[EMAIL PROTECTED]> wrote: > > > > Here is why I'm confused. Normally when you specify where certain > > > messages are to be logged you specify the type of message to log, > > > and where it should go on the local machine. But when you send to > > > another machine I'm don't see how the remote machine knows where to > > > put the messages? > > > > Typically one can specify local0 through local7 on the remote and > > then setup a setting in syslog.conf for localn.* ... > > > > Do you have that capability in your router? > > Hmm... I'd love to know this off the top of my head, but what > capability are you referring to? And by "router" do you mean network > router or device-that-will-be-sending-the-syslog-entries?
The device sending the syslog entries (I had thought you said it was a router, but my memory ....). Multiple facilities are available via syslog: The facility is one of the following keywords: auth, authpriv, cron, daemon, kern, lpr, mail, mark, news, security (same as auth), syslog, user, uucp and local0 through local7. The keyword security should not be used anymore and mark is only for internal use and therefore should not be used in applications. Anyway, you may want to specify and redi- rect these messages here. The facility specifies the subsystem that produced the message, i.e. all mail programs log with the mail facility (LOG_MAIL) if they log using syslog. If the device you are sending from can be told to use one of the localn facilities, then you can easily control that with a localn.* entry in syslog.conf. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list