mirror of
https://github.com/appium/appium.git
synced 2026-02-13 21:39:49 -06:00
socket.io socket objects don't have log level settings anymore (cc @sebv)
This commit is contained in:
@@ -193,7 +193,6 @@ var startAlertSocket = function (restServer, appiumServer) {
|
||||
});
|
||||
|
||||
alerts.sockets.on("connection", function (socket) {
|
||||
socket.set('log level', 1);
|
||||
logger.debug("Client connected: " + (socket.id).toString());
|
||||
|
||||
socket.on('disconnect', function (data) {
|
||||
|
||||
Reference in New Issue
Block a user