Commit eb42b0ce authored by nanahira's avatar nanahira

clean logs

parent 86d919dd
Pipeline #43313 failed with stages
in 40 seconds
...@@ -130,7 +130,7 @@ export class ClientHandler { ...@@ -130,7 +130,7 @@ export class ClientHandler {
client.established = true; client.established = true;
}) })
.catch((error) => { .catch((error) => {
this.logger.warn( this.logger.debug(
{ {
client: client.name || client.loggingIp(), client: client.name || client.loggingIp(),
ip: client.loggingIp(), ip: client.loggingIp(),
......
...@@ -324,22 +324,6 @@ export class WindBotProvider { ...@@ -324,22 +324,6 @@ export class WindBotProvider {
); );
}); });
const roomName = room.name;
setTimeout(() => {
if (!this.tokenDataMap.has(token)) {
return;
}
this.logger.warn(
{
roomToken: token,
roomName,
botName,
endpoint: url.toString(),
},
'Windbot join token still not consumed after reverse ws request',
);
}, 6000);
return true; return true;
} catch (error) { } catch (error) {
this.logger.warn( this.logger.warn(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment