How to enable and collect LeanFT 12.53 log

  • KM02539191
  • 31-Aug-2016
  • 30-Sep-2016

Summary

How to enable and collect LeanFT 12.53 log

Question

How to enable and collect LeanFT 12.53 log.

Answer

  • Eclipse plugin log:

Configuration file:
<eclipse installation folder>\dropins\Logger\log4j2.json

Path to the log level:
configuration > loggers > root

Change from "info" to "trace"

Log output:
%localappdata%\Hewlett-Packard\LeanFT\Logs\HP.LeanFTClient Eclipse <time and process>.log

 

  • Visual Studio plugin log:

Configuration file:
<Visual Studio installation folder (32-bit)>\Common7\IDE\Extensions\HP\LeanFT\<version>\Logger\ClientLog.config.xml

Path to the log level:
log4net > root

Change from "INFO" to "trace"

Log output:
%localappdata%\Hewlett-Packard\LeanFT\Logs\HP.LeanFTClient VS <time and process>.log

 

  • Runtime engine log:

Configuration file:
<LeanFT installation folder>\bin\LFTRuntime.log.config.xml

Path to the log level:
log4net > root

Change from "INFO" to "debug"

Log output:
%localappdata%\Hewlett-Packard\LeanFT\Logs\HP.LeanFT.log

 

  • Settings log:

Configuration file:
<LeanFT installation folder>\bin\Logger\SettingsLog.config.xml

Path to the log level:
log4net > root

Change from "INFO" to "trace"

Log output:
%localappdata%\Hewlett-Packard\LeanFT\Logs\HP.LeanFTSettings.log

 

  • Object Identification Center log:

Configuration file:
<LeanFT installation folder>\IDE\Common\Logger\SpyLog.config.xml

Path to the log level:
log4net > root

Change from "INFO" to "debug"

Log output:
%localappdata%\Hewlett-Packard\LeanFT\Logs\HP.LeanFTSpy.log

 

  • ALMRemoteAgent log:

Configuration file:
<LeanFT installation folder>\Tools\RemoteAgent\log.config.xml

Path to the log level:
log4net > root

Change from "INFO" to "debug"

Log output:
%localappdata%\Hewlett-Packard\LeanFT\Logs\HP.LeanFT.RemoteAgent.log