[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: syslog: "----MARK----" ?



Hi,

        Try putting mark.none; in /etc/syslog.conf to turn this
 ``heartbeat'' off. My (vastly modified) syslog.conf is enclosed below
 which demonstrates usage.

        manoj

# /etc/syslog.conf: syslogd(8) configuration file.
# $Id: syslog.conf,v 3.3 1995/02/24 23:44:14 imurdock Exp $
#  /etc/syslog.conf     Configuration file for syslogd.
#
#                       For more information see syslog.conf(5)
#                       manpage.


# You have to use tabs here!



#
# Various facilities
#
auth,authpriv.*						/var/log/auth.log
daemon.info						-/var/log/daemon.log
kern.info						/var/log/kernel
lpr.*							-/var/log/lpr.log
user.*							-/var/log/user.log
uucp.*							-/var/log/uucp.log
#cron.*							/var/log/cron.log

#
# Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files.
#
mail.=info						 -/var/log/mail.info
mail.=warning						 -/var/log/mail.warn
mail.=err						/var/log/mail.err
mail.*							-/var/log/mail.log

# The news subsystem
news.=crit					/var/log/news/news.crit
news.=err					/var/log/news/news.err
news.info					-/var/log/news/news.notice


#
# Logging based on priorities
#
#
# Emergencies are sent to everybody logged in.
#
*.emerg 						*
*.=emerg						/var/log/emerg
*.=alert						/var/log/alert
*.=crit;news.none					/var/log/critical
*.=err;auth,cron,daemon,kern,news.none			/var/log/syserror


#
# Some `catch-all' logfiles.
#
*.=debug;\
	auth,authpriv.none;mark.none;\
	news.none;mail.none				-/var/log/debug
*.=info;*.=notice;*.=warning;mark.none;\
	auth,authpriv,cron,daemon,kern,news.none	-/var/log/messages


# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
local0.*;*.=alert;*.=emerg;*.=crit;*.=err;mark.none;\
	*.=warning;*.=info;*.=notice;*.=debug;cron.none		/dev/tty8


# The named pipe /dev/xconsole is for the `xconsole' utility.  To use it,
# you must invoke `xconsole' with the `-file' option:
# 
#    $ xconsole -file /dev/xconsole [...]
local0.*;*.=debug;*.=info;*.=notice;mark.none;\
	*.=warning;*.=err;*.=crit;*.=alert;*.=emerg;cron.none	|/dev/xconsole


#
# Local and automatically added stuff
#
local0.*						-/var/log/queries.log
local2.*						-/var/log/ppp.log

#-- hylafax begin
local5.*			-/var/log/hylafax/hylafax.log
#-- hylafax end

-- 
 Life Sucks.  Cynical, misanthropic male, 34, looking for soul mate
 but certain not to find her.  Drop me a note.  I'll call you, we'll
 talk and I'll ask you out to dinner where I'll probably spend more
 than I can afford in a feeble attempt to impress you.  Then we'll
 realize we have absolutely nothing in common and we'll go our
 separate ways, more embittered and depressed than before (if such a
 thing is possible).
Manoj Srivastava   <srivasta@debian.org>  <http://www.debian.org/%7Esrivasta/>
Key C7261095 fingerprint = CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E


Reply to: