Hide Forgot
Description of problem: The default level print level for sendmail has changed from 3 to 0 form the sendmail script in rawhide. Version-Release number of selected component (if applicable): logwatch-7.3.6-59.20110113svn22.fc15.noarch How reproducible: 100% Steps to Reproduce: 1. Using previous version run "logwatch --service sendmail" 2. Upgrade and run "logwatch --service sendmail" 3. Compare results Actual results: Rawhide version prints no mail stats. Expected results: Both should be the same. Additional info: Previously /usr/share/logwatch/default.conf/services/sendmail.conf had the value "Detail = 3", the new version has nothing and so defaults to system default value.
I have checked the script and I think we should follow the upstream here. The sendmail script reports various errors and problems on detail == 0, and stats on detail >= 3. Someone might want to know only about problems, and it's easy to increase the detail level to see stats every time.
Okay, no problems, I just wanted to make sure we made a decision and it wasn't just a surprise later. I guess we should close this now.
Ok, thanks.