Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2008 12:07:05 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Andre Oppermann <andre@freebsd.org>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Small patch..
Message-ID:  <200805091207.05611.jhb@freebsd.org>
In-Reply-To: <48237F1A.6020601@freebsd.org>
References:  <200805081625.33093.jhb@FreeBSD.org> <48237F1A.6020601@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 08 May 2008 06:30:50 pm Andre Oppermann wrote:
> John Baldwin wrote:
> > At work all the log(LOG_DEBUG, ...) statements in the TCP code in 7.x are 
> > spamming the heck out of our dmesg so I am #if 0'ing all of them out and 
> > while doing so ran into this case.  Specifically, it doesn't actually bump 
> 
> sysctl net.inet.tcp.log_debug=0 is simpler than #if 0 and has the same 
effect.
> In RELENG_7 it was disabled by default.

That doesn't shut up log(LOG_DEBUG).  That is controlled by syslog settings.  
Trust me.  We enable more crap in syslog at work which is why we were 
inundated.  net.inet.tcp.log_debug was already 0.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805091207.05611.jhb>