log.properties

 

# Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2004 - All Rights reserved.

# ------------------------------------- #
# Properties of the Portal's LogManager #
# ------------------------------------- #

#
# Specifies if WebSphere Portal Server writes to the WebSphere Application # Server log files or uses its own log file.
#
# Default: true 
useAppServerLog = true 

#
# The name of the WebSphere Portal Server's log file.
# This setting is ignored if the WebSphere Application Server's log files are # used.
#
# The following tokens are replaced by the corresponding values:
# $APPSERVER_NAME  The name of the WAS node, this should be used for vertical #                  clusters to enforce that the different nodes write into #                  different files or directories # $CREATE_TIME     The time a file was created #
# Default: log/wps_$CREATE_TIME.log 
logFileName = log/wps_$CREATE_TIME.log