Option 1:
Procedure
- Log on to the web console.
- On the banner of the web console, click the "A" in "Apex". This opens the Debug Log Setting screen.
- Specify debug log settings.
- Click Save.
- Check the log file (
ofcdebug.log
) in the default location:<Server installation folder>\PCCSRV\Log
.
Option 2:
Procedure
- Copy the "LogServer" folder located
in
<Server installation folder>\PCCSRV\Private
toC:\
. - Create a file named
ofcdebug.ini
with the following content:[debug]
DebugLevel=9
DebugLog=C:\LogServer\ofcdebug.log
debugLevel_new=D
debugSplitSize=10485760
debugSplitPeriod=12
debugRemoveAfterSplit=1
- Save
ofcdebug.ini
toC:\LogServer
. - Perform the appropriate task (that is, reinstall the server, upgrade to a new server version, or perform a remote installation/upgrade).
- Check
ofcdebug.log
inC:\LogServer
.Note
If the Security Agent is present on the Trend Micro Apex One server, then the agent also outputs its debug logs in the server’s debug logs.