How to set the ALM Client Launcher log level and path

  • KM03790208
  • 11-Mar-2021
  • 11-Mar-2021

Summary

How to set the ALM Client Launcher log level and path

Question

How to set the ALM Client Launcher log level and path

Answer

1) Open "C:\Users\<user>\AppData\Local\Launcher.config" for editing
2) Change the DisableLog to 'false'
3) Set the log path
4) Set the LogLevel to: ALL

For example...

<Log>
      <DisableLog>false</DisableLog>
      <LogFile>D:\Temp\Logs\ClientLauncher\log.txt</LogFile>
      <LogLevel>All</LogLevel>
      <LogInterval>10000</LogInterval>
      <LogMaxLength>10240</LogMaxLength>
      <LocalLogFile></LocalLogFile>
</Log>

5) Save
6) Recreate the issue