The product java applications: ArcotAdmin, ArcotUds and ArcotAfm are configured by the files udsserver.ini , adminserver.ini and arcotafm-log4j.properties file
The logging feature inside these configuration files uses the log4j convention, because the log4j libraries are used inside them.
Because customer would like to implement the logging to create a daily log file, what should be done for this?
Release : 9.0
Component : AuthMinder(Arcot WebFort)
Below steps should be taken to create a Daily log file and changes should be made in respective ini and properties file -
#old property
#log4j.appender.afmout=org.apache.log4j.DailyRollingFileAppender
#Newly added##
log4j.appender.afmout=org.apache.log4j.RollingFileAppender
This example is driven from AFM properties file but property value should work fine for Admin and UDS both.