Skip to content

Commit

Permalink
Decreased verbosity of sockets.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nerakhon committed Feb 20, 2013
1 parent cfd6bd2 commit ee58f57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions heat_tracer.js
Expand Up @@ -13,6 +13,9 @@ app.configure(function(){
app.use(express.static(__dirname + '/public'));
});

/* to decreate verbosity of socket.io
*/
io.set('log level', 1);

/* Before we go any further we must realize that each time a user connects we're going to want to
them send them dtrace aggregation every second. We can do so using 'setInterval', but we must
Expand Down

0 comments on commit ee58f57

Please sign in to comment.