Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Navigate to the <IS_HOME>/bin directory on the command prompt. 

    Code Block
    cd <IS_HOME>/bin
  2. To set the -DenableCorrelationLogs property to true, execute the following command.  

    Code Block
    For Mac/Linux 	--> sh wso2server.sh -DenableCorrelationLogs=true start
    For Windows		--> wso2server.bat -DenableCorrelationLogs=true start
    Note

    By default, this property is set to false.

  3. Navigate to the <IS_HOME>/repository/logs directory.

    Code Block
    cd <IS_HOME>/repository/logs

    Notice that a separate log file called correlation.log is created.

    Image RemovedImage Added

Now you are ready to test the product observability of WSO2 IS.

...