(imported topic written by JamesAllen)
Hi I am a newbie to SUA. I want to put SUA into debug but I can’t seem to find a system properties file that contains TEMA_LOG_DEBUG settings.
Many thanks
James
(imported topic written by JamesAllen)
Hi I am a newbie to SUA. I want to put SUA into debug but I can’t seem to find a system properties file that contains TEMA_LOG_DEBUG settings.
Many thanks
James
(imported comment written by MichalPaluch)
DEBUG Logging:
Regedit
Navigate to
.
32 bit OS:
HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun
2.0\TEMA\Parameters\Java\Options
.
64 bit OS:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software
Foundation\Procrun
2.0\TEMA\Parameters\Java\Options
.
require a CR/LF at the end of the exist line.
“-DTEMA_LOG_DEBUG=1” - Without the quotes “”
.
Should look similar to the following when done: (Program Files (x86) for
64bit OS)
-Xrs
-Djava.library.path=C:\Program Files\BigFix Enterprise\TEMA\bin\x86
-DTEMA_HOME=C:\Program Files\BigFix Enterprise\TEMA
-Dlog4j.configuration=file:/C:\Program Files\BigFix
Enterprise\TEMA\config\log4j.properties
-DTEMA_LOG_DEBUG=1
.
.
.