You can adjust logging by changing values in the registry.
|
These options are for advanced users only. Incorrectly editing the registry can severely damage your system. You should always back up (export a copy of) the registry before you make any changes to it. |
Registry Location
HKey_Local_Machine\Software\GlobalSCAPE Inc.\CuteLogger\
Values
LogBufferSize - DWORD
This value is the size of the [m_nBufferLen] member of CBaseLog.
The default is 255.
QueueBufferSize - DWORD
This is the value of the [m_nQueueBufferMaxLen] member of CBaseLog.
The default is 32768.
LogFlushTimer - DWORD
This is the value, in milliseconds, used by the QueueTimerProc to wait for flushing data to the disk.
The default is 60000 (1 minute).
|
Do not set LogFlushTimer to 0. It will max out the server CPU. The lowest setting you should use is 1.
Be sure to stop and restart the Server service after making any changes to the registry. |