Skip to content

Commit

Permalink
change default log level to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Sep 30, 2011
1 parent ec2759a commit a038a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/now.js
Expand Up @@ -15,7 +15,7 @@ var Now = function () {
this.options = {
clientWrite: true,
autoHost: true,
socketio: {"log level" : 2},
socketio: {"log level" : 1},
client: {},
scope: 'window',
closureTimeout: 30000
Expand Down

0 comments on commit a038a3b

Please sign in to comment.