How to configure FIM 4.0 to use the DailyRollingFileAppender for log file rotation.
Originally Published: 2008-08-05
Article Number
Applies To
BEA WebLogic 9.0
Issue
Log files are not rotated correctly when FIM is deployed in a clustered deployment. Even after log file rotation some information is still written to the old log file.
Cause
Resolution
Modify the log4j.xml file in the FIM properties directory
<appender name="SystemLogFile" class="org.apache.log4j.DailyRollingFileAppender">
<errorHandler class="com.rsa.fim.util.logger.RSAErrorHandler"/>
<param name="Threshold" value="WARN"/>
<param name="File" value="rsa-fim-config/log/System_${weblogic.Name}.log"/>
<param name="DatePattern" value="'.'yyyy-MM-dd" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d (%t) [%p] - %m%n"/>
</layout>
</appender>
After modifying the file on a particular server remember to restart the server.
Workaround
Related Articles
RSA Authentication Manager 8.2 Administrator's Guide 151Number of Views RSA Authentication Manager 7.1 to 8.1 - Migrating to a New Hardware or Virtual Appliance 283Number of Views 'java.io.FileNotFoundException: aveksa-version.properties' error running migrate.sh in RSA Identity Governance & Lifecycle 165Number of Views A more concise guide to updating Authentication Manager 8.x passwords 345Number of Views RSA Customer Advisory: Spring Framework Spring4Shell Vulnerabilities CVE-2022-22965 CVE-2022-22950 CVE-2022-22963 181Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to Download OTP Token Seed Files from myRSA Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?