Skip to content

Commit

Permalink
disabled socket.io debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Aug 14, 2012
1 parent 9cc54d3 commit e7e40be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/PuperGrep.js
Expand Up @@ -25,7 +25,9 @@
send(req, file).root(root).pipe(res);
});

self.io = socketIO.listen(self.http);
self.io = socketIO.listen(self.http, {
"log level": 2 // info
});

self.io.sockets.on("connection", function(socket) {
var lastLog = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pupergrep",
"version": "0.5.3",
"version": "0.5.4",
"description": "Real-time grep for your logs right in your favorite modern browser made with Twitter Bootstrap.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit e7e40be

Please sign in to comment.