Project

General

Profile

Actions

Support #2250

closed

Silent timer

Added by Vitaly Volochay over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
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.

Actions #1

Updated by Vitaly Volochay over 10 years ago

Tried js timer + Wt::JSignal and get the same problem.

Actions #2

Updated by Koen Deforche over 10 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

Actions #3

Updated by Koen Deforche over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF