Actions
Support #2250
closedSilent timer
Start date:
09/24/2013
Due date:
% Done:
0%
Estimated time:
Description
Hello! I am using WTimer with small interval. Every timeout it sends web request which print message in log making impossible to normally read it. Is it possible to block this debug or can you get me some advice? May be I should use combo js timer (http://www.w3schools.com/js/js_timing.asp) + Wt::JSignal?
Thank you.
Updated by Vitaly Volochay about 11 years ago
Tried js timer + Wt::JSignal and get the same problem.
Updated by Koen Deforche about 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
You can only suppress all access log files by putting /dev/null as the access log file (for the built-in httpd with ---accesslog variable.
You should also consider enabling websockets since most clients will be able to use that and these do not generate additional HTTP-level requests that are logged in the access log.
Regards,
koen
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Actions