Vue UI + UI server
[e-mobility-charging-stations-simulator.git] / test / robohydra / plugins / wsServer / index.js
index 9579305608a1b938cd07518a0f741f21b967d420..43db2e898897391c45a112dc35d2bca4538c8593 100644 (file)
@@ -43,10 +43,10 @@ exports.getBodyParts = function (conf) {
         mountPath: '/proxy',
         proxyTo: 'ws://server.example.com',
         preProcessor: function (data) {
-          console.log('From the client: ' + data);
+          console.info('From the client: ' + data);
         },
         postProcessor: function (data) {
-          console.log('From the server: ' + data);
+          console.info('From the server: ' + data);
         },
       }),