Home > Archive > Unix Programming > October 2004 > What does syslog config signify???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
What does syslog config signify???
|
|
| Anoop Kumar 2004-10-29, 8:56 pm |
| hi,
I was going through the syslog parameters in syslog.conf
and found this line.
local1.debug <filename>
what does local1 signify ???
-Anoop
| |
| Lev Walkin 2004-10-29, 8:56 pm |
| Anoop Kumar wrote:
> hi,
>
> I was going through the syslog parameters in syslog.conf
> and found this line.
>
> local1.debug <filename>
>
> what does local1 signify ???
man man
--
Lev Walkin
vlm@lionet.info
| |
| Barry Margolin 2004-10-29, 8:56 pm |
| In article <31fe3fb2.0410291257.5cc0b9ac@posting.google.com>,
anoop_kn@yahoo.com (Anoop Kumar) wrote:
> hi,
>
> I was going through the syslog parameters in syslog.conf
> and found this line.
>
> local1.debug <filename>
>
> what does local1 signify ???
It's one of the facility codes that a logging application can use.
local1 through local7 are for unspecified, local uses.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
|
|
|
|
|