You have to change the level keyword in /etc/syslog.conf to select or not to select what type of messages you want to log. The level describes the severity of the message, and is a keyword from the following ordered list (higher to lower): emerg, alert, crit, err, warning, notice, info and debug. You may want to start with warning as notice, info, and debug generates the kind of general operational msgs you are seeing. For more details read the man page on syslog.conf
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Kelly Sent: Sunday, November 24, 2002 10:19 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: dhclient too verbose in /var/log/messages On Sunday 24 November 2002 12:48 am, David Daugherty wrote: > It's not much to go on but you might be able to find something under > 'man dhclient.conf' BTDT. "/log" results in no hits in "man dhclient.conf". Same results for "/verb" looking for verbose. > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] On Behalf Of David > > Kelly Sent: Thursday, November 21, 2002 7:27 AM > > To: [EMAIL PROTECTED] > > Subject: dhclient too verbose in /var/log/messages > > > > > > For the last year or so something changed in dhclient and/or > > my ISP resulting in dhclient being way too chatty with syslog > > and flooding /var/log/messages with this about every 75 > > minutes, when my DHCP lease is renewed: > > > > Nov 21 05:43:00 Frisket dhclient: New Network Number: > > 24.214.110.0 Nov 21 05:43:00 Frisket dhclient: New Broadcast > > Address: 24.214.110.255 > > > > I don't see any ready way to configure dhclient to mute this > > output. > > > > Placing a sed filter in /etc/syslog.conf would be one way to > > stifle the chattyness but that should be the avenue of last > > resort. How might I convince dhclient to be quiet and/or log > > elsewhere? > > > > -- > > David Kelly N4HHE, [EMAIL PROTECTED] > > =================================================================== > >== The human mind ordinarily operates at only ten percent of its > > capacity -- the rest is overhead for the operating system. > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > > with "unsubscribe freebsd-questions" in the body of the message -- David Kelly N4HHE, [EMAIL PROTECTED] ==================================================================== = The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
