[6692] in Release_7.7_team
Drop kern.info and kern.notice from central syslogging?
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Fri Apr 23 21:46:51 2010
From: Jonathan Reed <jdreed@MIT.EDU>
Content-Type: text/plain; charset=us-ascii
Message-Id: <3143D682-BE89-465E-8CAC-0E76437B95E5@mit.edu>
Date: Fri, 23 Apr 2010 21:46:43 -0400
To: release-team@mit.edu
Mime-Version: 1.0 (Apple Message framework v1077)
Content-Transfer-Encoding: 8bit
As noted in Trac #359, logging kern.info (as we currently do, and did under Athena 9) to WSLOGGER results in basically all of dmesg being sent. This may not be useful. Then again, we do want to hear about, e.g., hard drives dying and I/O errors.
Is there a good reason we shouldn't just change it to the following?
*.warning;user,auth.info @WSLOGGER.MIT.EDU
If nobody speaks up to discourage this, we'll probably make the change.
-Jon