Purpose:
Turning WS logging on and off at runtime by providing the command in the transaction field in SAP.
Syntax to turn on the logs:
"/ws_log=true" is the command used to create logs. Whenever this command is used a text file with extension .log will be saved by default in the following directory:
"C:\Users\User_name\Liquid UI Log"
The file format will be as follows:
"WS_MMDDYY_HHMMSS_computerName_userName_.log"
Where in MMDDYY,
MM represents month
DD represents date
YY represents year
And in HHMMSS,
HH represents hours
MM represents minutes
SS represents seconds
Syntax to turn off the logs:
"/ws_log=false" is the command used to close the WS logs. Whenever this command is used the logs will be stopped recording in the log file created.
Note:
Whenever these commands are used to turn the WS logging on or off a message in the status bar will be shown with the location of the log file.
Refer the attachments for more information.