Enabling UI_Debug.log
- On the Apex Central server, go to ..\Control Manager\WebUI\WebApp.
- Open the Web.config file using a text editor and edit the Log4net threshold entry by changing the value from =”ERROR” to =”DEBUG”.
- Save and exit from the text editor.
- Restart the IIS Admin Service.
- UI_Debug.log will be located under ..\Control Manager\DebugLog\.
Disabling UI_Debug.log
- On the Apex Central, go to ..\Control Manager\WebUI\WebApp.
- Open the Web.config file using a text editor and edit the Log4net threshold entry by changing the value from =”DEBUG” to =”ERROR”.
- Save and exit from the text editor.
- Restart the IIS Admin Service.
Enabling Cgidelegate.log
- On the Apex Central server, open Registry Editor (regedit).
- Change the value of the following registry keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TrendMicro\TVCS\Package\TMCM\ISAPI]
"DEBUG_LOG_LEVEL"=dword:01073ff8
"DUMP_BLOB_ENABLE"=dword:00000001 - Restart the IIS Admin Service.
- TMCM_cgiDelegate.log will be located under ..\Control Manager\DebugLog\.
Disabling Cgidelegate.log
- On the Apex Central server, open Registry Editor (regedit).
- Change the value of the following registry keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TrendMicro\TVCS\Package\TMCM\ISAPI]
"DEBUG_LOG_LEVEL"=dword:00000000
"DUMP_BLOB_ENABLE"=dword:00000000 - Restart the IIS Admin Service.
Enabling Log Processor Debug
- On the Apex Central server, go to ..\Control Manager\.
- Open the LogProcessor.exe.config file using a text editor.
- Locate and set the following value: <priority value=”DEBUG”/>.
- Save the changes.
- Restart Trend Micro Apex Central Service.
- TMCM_LogProcessor.log will be located under ..\Control Manager\DebugLog\.
Disabling Log Processor Debug
- On the Apex Central server, go to ..\Control Manager\.
- Open the LogProcessor.exe.config file using a text editor.
- Locate and set the following value:<priority value=”WARN” />.
- Save the changes.
- Restart Trend Micro Apex Central Service.
Enabling ScloudProcessor Debug
- On the Apex Central server, go to ..\Control Manager\.
- Open the sCloudProcessorNET.exe.config file using a text editor.
- Locate and set the following value:<priority value=”DEBUG” />.
- Save the changes.
- Restart Trend Micro Apex Central Service.
- TMCM_SCloudProcessor.log will be located under ..\Control Manager\DebugLog\.
Disabling ScloudProcessor Debug
- On the Apex Central server, go to ..\Control Manager\.
- Open the sCloudProcessorNET.exe.config file using a text editor.
- Locate and set the following value:<priority value=”WARN” />.
- Save the changes.
- Restart Trend Micro Apex Central Service.
Enabling DM Debug
- Log on to the Apex Central server.
- Click the space between “d” and “M” of Trend Micro:
- Go to DM Debugger and select the following:
- Click Apply
- Close the window
- dm_log_YYYY-MM-DD.log will be located under ..\Trend Micro\COMMON\TMI\DbgLog
Where:
YYYY = Year
MM = Month
DD = Day
Disabling DM Debug
- Log on to the Apex Central server.
- Click the space between “d” and “M” of Trend Micro:
- Go to DM Debugger and uncheck the following:
- Set the level to Error.
- Click Apply
- Close the window.
Enabling Log Forwarder Debug
- On the Apex Central server, go to ..\Control Manager\.
- Open the LogForwarder.exe.config file using a text editor.
- Locate and set the following value: <priority value=”DEBUG”/>.
- Save the changes.
- Restart Trend Micro Apex Central Service.
- TMCM_LogForwarder.log will be located under ..\Control Manager\DebugLog\.
Disabling Log Forwarder Debug
- On the Apex Central server, go to ..\Control Manager\.
- Open the LogFrowarder.exe.config file using a text editor.
- Locate and set the following value: <priority value=”ERROR” />.
- Save the changes.
- Restart Trend Micro Apex Central Service.
Enabling Diagnostic.log Debug
- On the Apex Central server, go to ..\Control Manager\WebUI\WebApp\widget\repository\widgetPool\wp1\inc\.
- Open the config.php file using a text editor.
- Locate and set the following value: $GLOBALS['wfconf_debug'] = true;
- Save the changes.
- Diagnostic.log will be located under ..\Control Manager\WebUI\WebApp\widget\repository\log\.
Disabling Diagnostic.log Debug
- On the Apex Central server, go to ..\Control Manager\WebUI\WebApp\widget\repository\widgetPool\wp1\inc\.
- Open the config.php file using a text editor.
- Locate and set the following value: $GLOBALS['wfconf_debug'] = null;
- Save the changes.
Enabling MCP Agent Debug
- Log on to the Apex One server.
- Go to <Apex One Server installation folder>\PCCSRV\CmAgent.
- Using a text editor, open the product.ini configuration file.
- Update product.ini by adding the following entries:
[Debug] debugmode = 3 debuglevel= 3 debugtype = 0 debugsize = 10000 debuglog = C:\CMAgent_debug.log
- Save and exit from product.ini.
- Start the Apex One Apex Central Agent service from Microsoft Services applet:
- CMAgent_debug.log is located on C:\.
Disabling MCP Agent Debug
- Log on to the Apex One server.
- Go to <Apex One Server installation folder>\PCCSRV\CmAgent.
- Using a text editor, open the product.ini configuration file.
- Update product.ini by removing the following entries:
[Debug] debugmode = 3 debuglevel= 3 debugtype = 0 debugsize = 10000 debuglog = C:\CMAgent_debug.log
- Save and exit from product.ini.
- Start the Apex One Apex Central Agent service from Microsoft Services applet: