# Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2004 - All Rights reserved. # ------------------------------------- # # Properties for SiteAnalyzerLogService # # ------------------------------------- # # A note on fileName and backupFileName # when writing to files, the following tokens will be replaced by # the corresponding values within the file names: # # $APPSERVER_NAME the name of the appserver, this should be used for # vertical clusters to enforce that the different appservers # write into different files if they share a file system # # $CREATE_TIME the time a file was created, the date format is # specified by SiteAnalyzerFileHandler.dateFormat (see above) # # $CLOSE_TIME the time a file was closed, see SiteAnalyzerFileHandler.dateFormat # to specify the format of the date. # the value for $CLOSE_TIME will be the same as # $CREATE_TIME for the file that is actually written to #SiteAnalyzerFileHandler.fileName=log/$APPSERVER_NAME/sa.log SiteAnalyzerFileHandler.fileName=log/sa.log #SiteAnalyzerFileHandler.backupFileName=log/backup/$APPSERVER_NAME/sa_$CREATE_TIME_$CLOSE_TIME.log SiteAnalyzerFileHandler.backupFileName=log/sa_$CREATE_TIME.log SiteAnalyzerFileHandler.dateFormat=yyyy.MM.dd-HH.mm.ss SiteAnalyzerFileHandler.encoding=UTF-8 # choose one of these three keys #SiteAnalyzerFileHandler.minutesPerLogFile=1 #SiteAnalyzerFileHandler.hoursPerLogFile=1 SiteAnalyzerFileHandler.daysPerLogFile=1 # enable or disable the apropriate Logger #SiteAnalyzerSessionLogger.isLogging=true SiteAnalyzerSessionLogger.classname=com.ibm.wps.services.siteanalyzer.SiteAnalyzerSessionLogger #SiteAnalyzerUserManagementLogger.isLogging=true SiteAnalyzerUserManagementLogger.classname=com.ibm.wps.services.siteanalyzer.SiteAnalyzerUserManagementLogger #SiteAnalyzerPageLogger.isLogging=true SiteAnalyzerPageLogger.classname=com.ibm.wps.services.siteanalyzer.SiteAnalyzerPageLogger #SiteAnalyzerPortletLogger.isLogging=true SiteAnalyzerPortletLogger.classname=com.ibm.wps.services.siteanalyzer.SiteAnalyzerPortletLogger #SiteAnalyzerPortletActionLogger.isLogging=true SiteAnalyzerPortletActionLogger.classname=com.ibm.wps.services.siteanalyzer.SiteAnalyzerPortletActionLogger #SiteAnalyzerApplicationActionLogger.isLogging=true SiteAnalyzerApplicationActionLogger.classname=com.ibm.wps.services.siteanalyzer.SiteAnalyzerApplicationActionLogger #SiteAnalyzerErrorLogger.isLogging=true SiteAnalyzerErrorLogger.classname=com.ibm.wps.services.siteanalyzer.SiteAnalyzerErrorLogger
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.