Bug 178926

Summary: Change syslog facility
Product: [Fedora] Fedora Reporter: Ralf Ertzinger <redhat-bugzilla>
Component: cyrus-imapdAssignee: John Dennis <jdennis>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-01 15:23:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralf Ertzinger 2006-01-25 15:38:56 UTC
Description of problem:
The current spec file defines the log facility for cyrus imapd to be "mail",
instead of the standard "local6". While this is logical in a certain way, it is
impractical for filtering messages (using the standard syslog server). cyrus is
quite noisy, and significantly enlarges /var/log/messages. Neither the log level
nor the facility are run time configurable. I do not want to discard debug
messages at all since I still want mail.debug and other low levels from the mail
server software.

I propose to leave the log facility at local6. People who want combined logs can
do so by adding "local6.*" to the /var/log/messages line in syslog.conf. People
who want to filter the cyrus messages can redirect the wanted log levels to a
different file.

Version-Release number of selected component (if applicable):
2.2.12-6.fc4

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 John Dennis 2006-03-01 15:23:17 UTC
I understand the value of the proposed request, how it could be of benefit, and
how a workaround via changes to syslog.conf could emulate previous behavior.

However, to the best of my knowledge all of the mail packages in Fedora/RHEL log
to the mail facilty for obvious reasons. This would make cyrus imap an exception
that would likely confuse people. While local6 may be familar to long time cyrus
imap users I'm concerned local6 is sufficiently obtuse, many users will not make
the association and they will be perplexed by the inconsistency. I also believe
it's against packaging policy to edit another package's configuration file as
would be necessary to preserve the illusion of current behavior. For these
reasons I don't think the proposed change serves the fundamental goals of the
distribution and I'm inclined to recommend against it even though I see the
value in your proposal. Sound fair?