Previous Topic: Default SiteMinder Agent Log File

Next Topic: Append Messages to an Existing Log File

Record Messages to the Default SiteMinder Agent Log File

To record messages to the default SiteMinder Agent log file

  1. Open the smagent.properties file in a text editor.
  2. Set the logfile parameter to YES:
    logfile="YES"
    
  3. Specify a path and file name for the logfilename parameter.

    For example:

    logfilename="/opt/WebSphere/AppServer/smwasasa/logs/log_file_name.log"
    

    where log_file_name is the name of your log file.
    For example: SiteminderAgent.log

    The default file name is:

    ASA_HOME/log/SmWasAsaDefault.log"
    
  4. Save and close smagent.properties.