Bug 448137

Summary: Rotate ipa_error.log
Product: [Retired] freeIPA Reporter: Rob Crittenden <rcritten>
Component: WebUIAssignee: Rob Crittenden <rcritten>
Status: CLOSED NOTABUG QA Contact: Chandrasekar Kannan <ckannan>
Severity: low Docs Contact:
Priority: low    
Version: 1.0CC: benl
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: 2008-05-28 14:08:46 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:
Bug Depends On:    
Bug Blocks: 246164, 429034    

Description Rob Crittenden 2008-05-23 18:11:10 UTC
The UI logs errors to /var/log/ipa_error.log.

We need a logrotate configuration file and ipa_webgui needs to know to re-open
the logs on SIGHUP.

Comment 1 Rob Crittenden 2008-05-28 14:08:46 UTC
This is already set up in ipa_webgui.cfg:

args="('/var/log/ipa_error.log', 'w6', 1, 4)"

The log is rotated weekly on Sunday and 4 backups are kept.