Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2001 17:14:19 -0700 (PDT)
From:      Philip Hallstrom <philip@adhesivemedia.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Is it possible to tell syslog to *not* log something?
Message-ID:  <Pine.BSF.4.31.0105031712030.65709-100000@oddjob.adhesivemedia.com>

next in thread | raw e-mail | index | archive | help
Hi -
	Given the example syslog.conf file below, messages generated by
the "postgres" program of level "notice" will get logged to both places.
Is there a way to only have it log to the latter log entry?

------------------------------------------------------------
*.notice  /var/log/messages

!postgres
*.*    /var/log/postgres.log
------------------------------------------------------------


Thanks!

-philip


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0105031712030.65709-100000>