+

Search Tips   |   Advanced Search

SiteAnalyzerLogService.properties

 

# 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 
#
# For example: 
#
#    logs/$APPSERVER_NAME/sa_$CREATE_TIME_$CLOSE_TIME.log

# Default: logs/$APPSERVER_NAME/sa.log
#SiteAnalyzerFileHandler.fileName=logs/$APPSERVER_NAME/sa.log

# Default: logs/$APPSERVER_NAME/sa_$CREATE_TIME.log
#SiteAnalyzerFileHandler.backupFileName=logs/$APPSERVER_NAME/sa_$CREATE_TIME.log
#                             
# Default: yyyy.MM.dd-HH.mm.ss
#SiteAnalyzerFileHandler.dateFormat=yyyy.MM.dd-HH.mm.ss

# Default: UTF-8
#SiteAnalyzerFileHandler.encoding=UTF-8


# Choose one of these three keys to enabled logging per minute, hour, or days

# Default: 1
#SiteAnalyzerFileHandler.minutesPerLogFile=1

# Default: 1
#SiteAnalyzerFileHandler.hoursPerLogFile=1

# Default: 1
#SiteAnalyzerFileHandler.daysPerLogFile=1


# List the names of those cookies that should appear in the log.
# If left empty, all cookies are logged.

# Default: <none>
#SiteAnalyzerFormatter.cookies=


# Enable or disable the apropriate Logger

# Default: false
#SiteAnalyzerSessionLogger.isLogging=true


# Default: false
#SiteAnalyzerUserManagementLogger.isLogging=true


# Default: false
#SiteAnalyzerPageLogger.isLogging=true


# Default: false
#SiteAnalyzerPortletLogger.isLogging=true


# Default: false
#SiteAnalyzerPortletActionLogger.isLogging=true


# Default: false
#SiteAnalyzerApplicationActionLogger.isLogging=true


# Default: false
#SiteAnalyzerErrorLogger.isLogging=true


# Default: false
#SiteAnalyzerJSRPortletLogger.isLogging=true