When you enable the web services, CA SiteMinder® SPS saves the logs of the web services in the server.log file. You can change the log location from server.log to authazws.log.
If you want to change the log location, perform the following steps:
<appender name="AuthAZ_ROLLING" class="org.apache.log4j.DailyRollingFileAppender"> <param name="File" value="logs/authazws.log"/> <layout class="org.apache.log4j.PatternLayout"> <param name="ConversionPattern" value="%d %-5p [%c] - %m%n"/> </layout> </appender>
<appender-ref ref="AuthAZ_ROLLING"/>
The log location is changed to the authazws.log file, which is located in sps_home/proxy-engine/logs/.
Copyright © 2013 CA.
All rights reserved.
|
|