mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(socket) log level: debug -> info
This commit is contained in:
parent
85c45a5b1d
commit
544fa07340
2 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ getJSONfromFileTable.
|
|||
|
||||
* doc(contribute) add commit message conventions
|
||||
|
||||
* fix(socket) log level: debug -> info
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
ClientFuncs = [],
|
||||
OnMessageFuncs = [],
|
||||
INFO_LOG_LEVEL = 2,
|
||||
Win32_b = main.WIN32;
|
||||
|
||||
/**
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
exports.listen = function(pServer){
|
||||
var lRet;
|
||||
if(io){
|
||||
io.set('log level', INFO_LOG_LEVEL);
|
||||
var lListen = io.listen(pServer),
|
||||
/* number of connections */
|
||||
lConnNum = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue