[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Solaris - syslog prob



Hi there,
    Sorry for asking a slightly unrelated question.
I wanted to find out how to log only a fixed priority to a certain file.

For example if the syslog.conf contains the following entries

local0.debug                  /location1
local0.notice                  /location2
local0.err                      /location3

A syslog call of priority ERR is logged in all the 3 locations.
I wanted to find out how to log ERR only to /location3

In Linux, this can be done by having the following lines in syslog.conf

local0.=debug                  /location1
local0.=notice                  /location2
local0.=err                      /location3

Thanking you in advance
Jaidev