Previous Topic: Log Rolling Based on the File SizeNext Topic: Troubleshooting


Log Rolling Based on the Age of the File

The Log Rolling Based on the file age section contains settings for enabling the log rolling based on the age of a file. This section has the following format:

#Configurations to rollover server log file based on time
#log4j.appender.SvrFileAppender=org.apache.log4j.DailyRollingFileAppender
#log4j.appender.SvrFileAppender.DatePattern=<date_pattern>
date_pattern

Specifies the date when the CA SiteMinder Agent for SharePoint creates a log file.

Default: yyyy-MM-dd

The CA SiteMinder Agent for SharePoint creates another logfile in the following format:

<logfile_name>.<date_format> 
logfile_name

Specifies the name of the log file.

Default: server.log

date_format

Specifies the date when the CA SiteMinder Agent for SharePoint created a logfile. The CA SiteMinder Agent for SharePoint supports all the log4j date pattern strings.

Default: yyyy-MM-dd