mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
basics, still not working
This commit is contained in:
parent
124ae31137
commit
a67e805da0
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
|||
io.set('transports', settings.socketTransportProtocols );
|
||||
|
||||
var socketIOLogger = log4js.getLogger("socket.io");
|
||||
/*
|
||||
io.set('logger', {
|
||||
debug: function (str)
|
||||
{
|
||||
|
@ -60,6 +61,7 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
|||
socketIOLogger.error.apply(socketIOLogger, arguments);
|
||||
},
|
||||
});
|
||||
*/
|
||||
|
||||
//minify socket.io javascript
|
||||
if(settings.minify)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue